]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix typo in Windows code.
authorserassio <>
Mon, 21 Jan 2008 00:13:22 +0000 (00:13 +0000)
committerserassio <>
Mon, 21 Jan 2008 00:13:22 +0000 (00:13 +0000)
src/win32.cc

index eeb085bf964b658c774da7107d8a57f3a355cf9c..0703d92e1f35b44fb1aa9c99c28ba9aec4e2c480 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: win32.cc,v 1.26 2007/12/14 23:11:48 amosjeffries Exp $
+ * $Id: win32.cc,v 1.27 2008/01/20 17:13:22 serassio Exp $
  *
  * Windows support
  * AUTHOR: Guido Serassio <serassio@squid-cache.org>
@@ -60,7 +60,7 @@ int WIN32_pipe(int handles[2])
     IPAddress handle1;
     struct addrinfo *AI = NULL;
 
-    localhost.SetLocalhost;
+    localhost.SetLocalhost();
 
 #if !IPV6_SPECIAL_LOCALHOST
     /* INET6: back-compatible: localhost pipes default to IPv4 unless set otherwise.