sources/main.cpp

branch
protocol5
changeset 159
970d58a01e8b
parent 156
ce66d7e374bf
child 189
248d0b85cbda
--- a/sources/main.cpp	Wed Jul 20 18:31:19 2016 +0300
+++ b/sources/main.cpp	Fri Jul 22 17:59:55 2016 +0300
@@ -84,7 +84,7 @@
 			FD_ZERO (&fdset);
 			FD_SET (0, &fdset);
 
-			int fd = iface.getSession()->socket()->file_descriptor();
+			int fd = iface.getSession()->getSocket()->file_descriptor();
 			highest = zfc::max (highest, fd);
 			FD_SET (fd, &fdset);
 

mercurial