diff options
author | Christian Beier <dontmind@freeshell.org> | 2012-04-02 16:30:53 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2012-04-02 16:30:53 +0200 |
commit | efcdab50cc10ad121653bfff0da441495af461d3 (patch) | |
tree | 4a758a7c8caaf070ac14efa80411d00aac1ab3b7 /libvncclient/vncviewer.c | |
parent | ee4593425f63821280162d4e66a091479038a652 (diff) | |
parent | 2d50fc84f7ba869767ce052aa2aa9b11a104e0de (diff) | |
download | libtdevnc-efcdab50cc10ad121653bfff0da441495af461d3.tar.gz libtdevnc-efcdab50cc10ad121653bfff0da441495af461d3.zip |
Merge branch 'server-ipv6'
Diffstat (limited to 'libvncclient/vncviewer.c')
-rw-r--r-- | libvncclient/vncviewer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libvncclient/vncviewer.c b/libvncclient/vncviewer.c index 10b430f..6a4f006 100644 --- a/libvncclient/vncviewer.c +++ b/libvncclient/vncviewer.c @@ -197,6 +197,8 @@ rfbClient* rfbGetClient(int bitsPerSample,int samplesPerPixel, client->sock = -1; client->listenSock = -1; client->listenAddress = NULL; + client->listen6Sock = -1; + client->listen6Address = NULL; client->clientAuthSchemes = NULL; return client; } |