diff lib-src/gnuserv.c @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents ec9a17fef872
children 360340f9fd5f
line wrap: on
line diff
--- a/lib-src/gnuserv.c	Mon Aug 13 09:00:04 2007 +0200
+++ b/lib-src/gnuserv.c	Mon Aug 13 09:02:59 2007 +0200
@@ -345,10 +345,7 @@
     fprintf(stderr,"%s: garbage after result\n",progname);
     exit(1);
   }
-  /* send the newline */
-  buf[1] = '\0';
-  send_string(s,buf);
-  close(s); 
+  close(s);
 
 } /* handle_response */
 #endif /* INTERNET_DOMAIN_SOCKETS || UNIX_DOMAIN_SOCKETS */