mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-19 00:07:26 +02:00
Correction to socket error connection message
This commit is contained in:
parent
80a637c793
commit
c312417d81
@ -69,7 +69,7 @@ UnixSocket::UnixSocket(const char *path)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (result == -1)
|
if (result == -1)
|
||||||
throw SocketException("unable connect to socket", err);
|
throw SocketException("unable to connect to socket", err);
|
||||||
|
|
||||||
setFd(sock);
|
setFd(sock);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user