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 /client_examples | |
parent | ee4593425f63821280162d4e66a091479038a652 (diff) | |
parent | 2d50fc84f7ba869767ce052aa2aa9b11a104e0de (diff) | |
download | libtdevnc-efcdab50cc10ad121653bfff0da441495af461d3.tar.gz libtdevnc-efcdab50cc10ad121653bfff0da441495af461d3.zip |
Merge branch 'server-ipv6'
Diffstat (limited to 'client_examples')
-rw-r--r-- | client_examples/SDLvncviewer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client_examples/SDLvncviewer.c b/client_examples/SDLvncviewer.c index 4cf22f5..8fe6f57 100644 --- a/client_examples/SDLvncviewer.c +++ b/client_examples/SDLvncviewer.c @@ -524,6 +524,7 @@ int main(int argc,char** argv) { cl->HandleTextChat=text_chat; cl->GotXCutText = got_selection; cl->listenPort = LISTEN_PORT_OFFSET; + cl->listen6Port = LISTEN_PORT_OFFSET; if(!rfbInitClient(cl,&argc,argv)) { cl = NULL; /* rfbInitClient has already freed the client struct */ |