Skip to content

Commit

Permalink
removing client flags from api functions in uda plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Aug 7, 2024
1 parent 72938a4 commit fc7970b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/plugins/uda/uda_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ extern int UDAPlugin(IDAM_PLUGIN_INTERFACE* idam_plugin_interface)

// Resetting all UDA client properties

resetIdamProperties(udaClientFlags());
resetIdamProperties();
udaFreeAll();

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

// Resetting all UDA client properties

resetIdamProperties(udaClientFlags());
resetIdamProperties();

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

Expand Down

0 comments on commit fc7970b

Please sign in to comment.