]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 11 May 2010 00:13:13 +0000 (18:13 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 11 May 2010 00:13:13 +0000 (18:13 -0600)
src/ipcache.cc

index 91cec2f206b27643549e679679bb6b0c19fb2461..73bfe9bb3b15162ddb0fabe835969cc2048b5439 100644 (file)
@@ -302,7 +302,7 @@ ipcacheAddEntry(ipcache_entry * i)
     if (NULL != e) {
         /* avoid colission */
         ipcache_entry *q = (ipcache_entry *) e;
-       ipcacheRelease(q);
+        ipcacheRelease(q);
     }
 
     hash_join(ip_table, &i->hash);