]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Typo. prevent bitrot in dead code too
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 27 Jan 2009 01:26:59 +0000 (14:26 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 27 Jan 2009 01:26:59 +0000 (14:26 +1300)
src/cache_cf.cc

index c48cceaf2cd4a7315ec86a594763eebe2332f1b4..2fe07e7ca533bd30725cd8778bac994f5c1b0d4f 100644 (file)
@@ -2845,7 +2845,7 @@ free_IpAddress_list(IpAddress_list ** head)
  * be used by icp_port and htcp_port
  */
 static int
-check_null_IpAddress_list(const IPAdress_list * s)
+check_null_IpAddress_list(const IpAddress_list * s)
 {
     return NULL == s;
 }