diff options
Diffstat (limited to 'libvxi11client/client.c')
-rw-r--r-- | libvxi11client/client.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libvxi11client/client.c b/libvxi11client/client.c index bc8a49f..816d2f3 100644 --- a/libvxi11client/client.c +++ b/libvxi11client/client.c @@ -18,6 +18,8 @@ static char* geterrorstring(int errorcode) { return "device locked by another link"; case -12: return "no lock held by this link"; + case -29: + return "channel already established"; default: return "unknown error code"; } |