Browse Source

Respect given server name

No practical difference currently, but let's respect what this API was
supposed to do.
pull/1574/head
Pierre Ossman 1 year ago
parent
commit
225e1516f9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      vncviewer/vncviewer.cxx

+ 1
- 1
vncviewer/vncviewer.cxx View File

@@ -184,7 +184,7 @@ static void mainloop(const char* vncserver, network::Socket* sock)

exitMainloop = false;

cc = new CConn(vncServerName, sock);
cc = new CConn(vncserver, sock);

while (!exitMainloop) {
int next_timer;

Loading…
Cancel
Save