X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2Fstatserv.c;h=9146973a74fef06f7e0769edd85bcfbe682692c0;hp=2a0527c658c7b309d799606069fff54d873b39da;hb=f69d4aa4609ff3daa71733da1ea0fcd8322ab954;hpb=348e11131385e72241a04997e90c8c77147e6423 diff --git a/server/statserv.c b/server/statserv.c index 2a0527c..9146973 100644 --- a/server/statserv.c +++ b/server/statserv.c @@ -7,7 +7,10 @@ * Chas Woodfield, Fretwell Downing Datasystems. * * $Log: statserv.c,v $ - * Revision 1.51 1998-07-07 15:51:03 adam + * Revision 1.52 1998-08-21 14:13:34 adam + * Added GNU Configure script to build Makefiles. + * + * Revision 1.51 1998/07/07 15:51:03 adam * Changed server so that it stops if bind fails - "address already in * use" typically causes this. * @@ -728,6 +731,7 @@ static void add_listener(char *where, int what) if (!(l = cs_create(type, 0, what))) { logf(LOG_FATAL|LOG_ERRNO, "Failed to create listener"); + return; } ap = cs_straddr (l, addr); if (!ap)