Julius Pfrommer 9 years ago
parent
commit
e98c1d77fc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/client/ua_client.c

+ 0 - 1
src/client/ua_client.c

@@ -497,7 +497,6 @@ UA_StatusCode UA_Client_disconnect(UA_Client *client) {
         if(retval == UA_STATUSCODE_GOOD)
             retval = CloseSecureChannel(client);
     }
-    UA_Client_reset(client);
     return retval;
 }