Sfoglia il codice sorgente

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 anno fa
parent
commit
225e1516f9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      vncviewer/vncviewer.cxx

+ 1
- 1
vncviewer/vncviewer.cxx Vedi 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…
Annulla
Salva