]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed Eui::Eui64::encode stub
authorFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 30 Dec 2014 21:47:57 +0000 (22:47 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 30 Dec 2014 21:47:57 +0000 (22:47 +0100)
src/tests/stub_libeui.cc

index b5d5a330e22d81bee0bffca1390f73c62fe6e777..6c8e586b10282080ada59cbcc21f1a2ef6a53d2d 100644 (file)
@@ -26,7 +26,7 @@ bool Eui::Eui48::lookup(const Ip::Address &c) STUB_RETVAL(false)
 #if USE_SQUID_EUI
 const unsigned char *Eui::Eui64::get(void) STUB_RETVAL(NULL)
 bool Eui::Eui64::decode(const char *asc) STUB_RETVAL(false)
-bool Eui::Eui64::encode(char *buf, const int len) STUB_RETVAL(false)
+bool Eui::Eui64::encode(char *buf, const int len) const STUB_RETVAL(false)
 bool Eui::Eui64::lookup(const Ip::Address &c) STUB_RETVAL(false)
 bool Eui::Eui64::lookupNdp(const Ip::Address &c) STUB_RETVAL(false)
 bool Eui::Eui64::lookupSlaac(const Ip::Address &c) STUB_RETVAL(false)