diff --git a/src/plugins/remotectl/calls.c b/src/plugins/remotectl/calls.c index 4fca32a..6a51ddf 100644 --- a/src/plugins/remotectl/calls.c +++ b/src/plugins/remotectl/calls.c @@ -170,7 +170,7 @@ if(!(host_connect && hSession && uri)) return EINVAL; - return host_connect(hSession,uri,0); + return host_connect(hSession,uri,1); } __declspec (dllexport) DWORD __stdcall hllapi_disconnect(void) -- libgit2 0.21.2