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