]> andersk Git - moira.git/commitdiff
Would you like some undocumented errno values with that?
authordanw <danw>
Wed, 24 Feb 1999 20:29:50 +0000 (20:29 +0000)
committerdanw <danw>
Wed, 24 Feb 1999 20:29:50 +0000 (20:29 +0000)
lib/mr_connect.c

index 3dcd4af40c528db1fbc11df1154042fea3ca7a88..4fd1adbec98d30c5a4f68c837f094c26c9e10bea 100644 (file)
@@ -276,7 +276,7 @@ int mr_accept(int s, struct sockaddr_in *sin)
   while (conn < 0)
     {
       conn = accept(s, (struct sockaddr *)sin, &addrlen);
-      if (conn < 0 && errno != EINTR)
+      if (conn < 0 && errno != EINTR && errno != ERESTART)
        return -1;
     }
 
This page took 0.542092 seconds and 5 git commands to generate.