Removed unneeded warning about socket closure.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 11 Dec 2003 23:15:51 +0000 (23:15 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 11 Dec 2003 23:15:51 +0000 (23:15 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@761 cb58f699-b61c-0410-a6fe-9272a202ed29

shar/shar-utils.cpp

index 87814b2..d30bee7 100644 (file)
@@ -142,7 +142,6 @@ void SharChild::run()
 #else
       close(sock);
 #endif
-      perror("SharChild::run(): - out of sockets, check FD_SETSIZE");
   }
 }