Commit a27309c2f24e1e9297b27179d4561e87207c1a45

Authored by perry.werneck@gmail.com
1 parent 93158868

Implementando modulo hllapi para windows

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/plugins/remotectl/calls.c
@@ -170,7 +170,7 @@ @@ -170,7 +170,7 @@
170 if(!(host_connect && hSession && uri)) 170 if(!(host_connect && hSession && uri))
171 return EINVAL; 171 return EINVAL;
172 172
173 - return host_connect(hSession,uri,0); 173 + return host_connect(hSession,uri,1);
174 } 174 }
175 175
176 __declspec (dllexport) DWORD __stdcall hllapi_disconnect(void) 176 __declspec (dllexport) DWORD __stdcall hllapi_disconnect(void)