We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72938a4 commit fc7970bCopy full SHA for fc7970b
source/plugins/uda/uda_plugin.cpp
@@ -57,7 +57,7 @@ extern int UDAPlugin(IDAM_PLUGIN_INTERFACE* idam_plugin_interface)
57
58
// Resetting all UDA client properties
59
60
- resetIdamProperties(udaClientFlags());
+ resetIdamProperties();
61
udaFreeAll();
62
63
putIdamServerHost(oldServerHost); // Original Host
@@ -82,7 +82,7 @@ extern int UDAPlugin(IDAM_PLUGIN_INTERFACE* idam_plugin_interface)
82
83
84
85
86
87
// Hand over Server IO File Handles to UDA Client library
88
0 commit comments