]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove GOT EOF message
authorwessels <>
Fri, 6 Feb 1998 00:37:43 +0000 (00:37 +0000)
committerwessels <>
Fri, 6 Feb 1998 00:37:43 +0000 (00:37 +0000)
src/dnsserver.cc

index 04b96efd81eebe91fe07bc97b80aa41017a1dca0..c65e26f718003c01184e0d1ecb32de9b79602808 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: dnsserver.cc,v 1.41 1998/02/02 21:16:23 wessels Exp $
+ * $Id: dnsserver.cc,v 1.42 1998/02/05 17:37:43 wessels Exp $
  *
  * DEBUG: section 0     DNS Resolver
  * AUTHOR: Harvest Derived
@@ -313,7 +313,6 @@ main(int argc, char *argv[])
 
        /* read from ipcache */
        if (fgets(request, REQ_SZ, stdin) == NULL) {
-           fprintf(stderr, "dnsserver %d got EOF\n", (int) getpid());
            exit(1);
        }
        t = strrchr(request, '\n');