sources/main.cpp

changeset 156
ce66d7e374bf
parent 138
c909c38ca886
child 189
248d0b85cbda
--- a/sources/main.cpp	Wed Jul 20 18:29:13 2016 +0300
+++ b/sources/main.cpp	Wed Jul 20 22:56:16 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