Переглянути джерело

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 рік тому
джерело
коміт
225e1516f9
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      vncviewer/vncviewer.cxx

+ 1
- 1
vncviewer/vncviewer.cxx Переглянути файл

@@ -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;

Завантаження…
Відмінити
Зберегти