]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix bits uncovered in libeui by CentOS
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 15 Oct 2009 12:15:32 +0000 (01:15 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 15 Oct 2009 12:15:32 +0000 (01:15 +1300)
src/eui/Eui48.h
test-suite/buildtests/layer-01-minimal.opts

index 09cf2d4cb5c48f0070ec61c778e44c8f78b60e43..4e3b084574e3afcd8c915ea93307eef2f15e1cd8 100644 (file)
@@ -30,7 +30,7 @@ public:
         return true;
     };
 
-    void clear() { memset(eui, NULL, SZ_EUI48_BUF); };
+    void clear() { memset(eui, 0, SZ_EUI48_BUF); };
 
     /**
      * Decode an ascii representation of an EUI-48 ethernet address.
index 076ae0666f79f14726d2cc89c38eff1683235c86..567c0678dce3bf90af1c79050031a12003426f06 100644 (file)
@@ -49,7 +49,7 @@ OPTS=" \
        --disable-kill-parent-hack \
        --disable-snmp \
        --disable-cachemgr-hostname \
-       --disable-arp-acl \
+       --disable-eui \
        --disable-htcp \
        --disable-ssl \
        --disable-forw-via-db \