The unified diff between revisions [24a6de80..] and [642aa1fd..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'src/icp_v2.c'
#
#
# patch "src/icp_v2.c"
# from [c5cbb537599821b96b32b94d94935700ced56be4]
# to [b56de8c4ff7bbb1bb54349fb5b3d09da402901c5]
#
============================================================
--- src/icp_v2.c c5cbb537599821b96b32b94d94935700ced56be4
+++ src/icp_v2.c b56de8c4ff7bbb1bb54349fb5b3d09da402901c5
@@ -63,7 +63,7 @@ icpLogIcp(struct in_addr caddr, log_type
al.cache.size = len;
al.cache.code = logcode;
al.cache.msec = delay;
- accessLogLog(&al);
+ accessLogLog(&al, NULL);
}
void