From 847830b43ee4f988ca7debe041c09ef3d1e277e7 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 7 Aug 2006 21:29:46 +0000 Subject: [PATCH] Check earlier on is no longer required git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4775 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/socket.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/socket.cpp b/src/socket.cpp index cbb2a213c..04a4f5f15 100644 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -419,15 +419,6 @@ int BindPorts(bool bail) } } } - - /* if we didn't bind to anything then abort */ - if (!BoundPortCount) - { - log(DEFAULT,"No ports bound, bailing!"); - printf("\nERROR: Could not bind any of %d ports! Please check your configuration.\n\n", PortCount); - return 0; - } - return BoundPortCount; } -- 2.39.5