]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
char *me = getMyHostname() breaks strtok on irix-6?
authorwessels <>
Thu, 17 Jul 1997 11:21:32 +0000 (11:21 +0000)
committerwessels <>
Thu, 17 Jul 1997 11:21:32 +0000 (11:21 +0000)
src/cache_cf.cc

index dd7f6da592c565a675eb2804f92340a4929f96a6..a1b7f58e5987324bf1f6eacb47d4a2c5a8ce749e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: cache_cf.cc,v 1.213 1997/07/16 22:58:23 wessels Exp $
+ * $Id: cache_cf.cc,v 1.214 1997/07/17 05:21:32 wessels Exp $
  *
  * DEBUG: section 3     Configuration File Parsing
  * AUTHOR: Harvest Derived
@@ -490,7 +490,7 @@ parse_peer(peer ** head)
     peer *p;
     int i;
     ushortlist *u;
-    const char *me = getMyHostname();;
+    const char *me = null_string; /* XXX */
     p = xcalloc(1, sizeof(peer));
     p->http_port = CACHE_HTTP_PORT;
     p->icp_port = CACHE_ICP_PORT;