From: serassio <> Date: Mon, 21 Jan 2008 00:13:22 +0000 (+0000) Subject: Fix typo in Windows code. X-Git-Tag: BASIC_TPROXY4~174 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09c3d7cf69125dcea867e56efb8bf8014067dbd4;p=thirdparty%2Fsquid.git Fix typo in Windows code. --- diff --git a/src/win32.cc b/src/win32.cc index eeb085bf96..0703d92e1f 100644 --- a/src/win32.cc +++ b/src/win32.cc @@ -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 @@ -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.