From: Amos Jeffries Date: Sat, 31 Oct 2009 12:04:00 +0000 (+1300) Subject: Build issue caught by CentOS X-Git-Tag: SQUID_3_2_0_1~634 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5e09c6b45ba4e109bed097effacd92b799f94ca;p=thirdparty%2Fsquid.git Build issue caught by CentOS --- diff --git a/src/eui/Eui64.h b/src/eui/Eui64.h index dc66d2910d..d73b309737 100644 --- a/src/eui/Eui64.h +++ b/src/eui/Eui64.h @@ -39,7 +39,7 @@ public: return true; }; - void clear() { memset(eui, NULL, SZ_EUI64_BUF); }; + void clear() { memset(eui, 0, SZ_EUI64_BUF); }; /** * Decode an ascii representation of an EUI-64 address.