From 59166f0e7a69e5b7c4f56a5ead0d0fd06dc0235c Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Thu, 4 Oct 2012 16:01:13 +0000 Subject: [PATCH] Removendo erro quando a funcao connect do hllapi e chamada numa sessao ja conectada --- src/plugins/remotectl/hllapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/remotectl/hllapi.c b/src/plugins/remotectl/hllapi.c index aa9f8d6..affc9ce 100644 --- a/src/plugins/remotectl/hllapi.c +++ b/src/plugins/remotectl/hllapi.c @@ -53,7 +53,7 @@ char PipeName[4096]; if(hPipe != INVALID_HANDLE_VALUE) - return EBUSY; + return 0; snprintf(PipeName,4095,"\\\\.\\pipe\\%s",name); -- libgit2 0.21.2