Skip to content

Commit fc7970b

Browse files
committed
removing client flags from api functions in uda plugin
1 parent 72938a4 commit fc7970b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/plugins/uda/uda_plugin.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ extern int UDAPlugin(IDAM_PLUGIN_INTERFACE* idam_plugin_interface)
5757

5858
// Resetting all UDA client properties
5959

60-
resetIdamProperties(udaClientFlags());
60+
resetIdamProperties();
6161
udaFreeAll();
6262

6363
putIdamServerHost(oldServerHost); // Original Host
@@ -82,7 +82,7 @@ extern int UDAPlugin(IDAM_PLUGIN_INTERFACE* idam_plugin_interface)
8282

8383
// Resetting all UDA client properties
8484

85-
resetIdamProperties(udaClientFlags());
85+
resetIdamProperties();
8686

8787
// Hand over Server IO File Handles to UDA Client library
8888

0 commit comments

Comments
 (0)