* Finished removing all the "dynamic session data" stuff in order to
[citadel.git] / citadel / sysdep.c
index 23acaa4bea0a71deee7c7135b56353f592b2913d..b571b8b478674dbc558c7c41d32f78a997f4d56e 100644 (file)
@@ -1004,12 +1004,7 @@ do_select:       force_purge = 0;
 
                        if (FD_ISSET(serviceptr->msock, &readfds)) {
                                ssock = accept(serviceptr->msock, NULL, 0);
-                               if (ssock < 0) {
-                                       lprintf(CTDL_CRIT,
-                                               "citserver: accept(): %s\n",
-                                               strerror(errno));
-                               }
-                               else {
+                               if (ssock >= 0) {
                                        lprintf(CTDL_DEBUG,
                                                "New client socket %d\n",
                                                ssock);