From a27309c2f24e1e9297b27179d4561e87207c1a45 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Tue, 26 Feb 2013 03:02:24 +0000 Subject: [PATCH] Implementando modulo hllapi para windows --- src/plugins/remotectl/calls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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