Drop graph and edge stuff. Use new node stuff instead.

This commit is contained in:
Guus Sliepen 2002-09-03 20:43:26 +00:00
parent 856de4c5fe
commit d134c4542d
15 changed files with 116 additions and 166 deletions

View file

@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: net_socket.c,v 1.1.2.16 2002/06/21 10:11:12 guus Exp $
$Id: net_socket.c,v 1.1.2.17 2002/09/03 20:43:25 guus Exp $
*/
#include "config.h"
@ -63,7 +63,6 @@
#include "process.h"
#include "protocol.h"
#include "subnet.h"
#include "graph.h"
#include "process.h"
#include "route.h"
#include "device.h"
@ -147,7 +146,7 @@ cp
return -1;
}
if(listen(nfd, 3))
if(listen(nfd, 0))
{
close(nfd);
syslog(LOG_ERR, _("System call `%s' failed: %s"), "listen", strerror(errno));