]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/send-announce.cc
SourceLayout: Add Ip namespace for internal libip
[thirdparty/squid.git] / src / send-announce.cc
index 46f07114b93d34d63de8740c16b38ae37e53af78..04bba820cde98201059fdb40997301537fb8a04d 100644 (file)
@@ -60,7 +60,7 @@ send_announce(const ipcache_addrs *ia, const DnsLookupDetails &, void *junk)
     LOCAL_ARRAY(char, tbuf, 256);
     LOCAL_ARRAY(char, sndbuf, BUFSIZ);
 
-    IpAddress S;
+    Ip::Address S;
     char *host = Config.Announce.host;
     char *file = NULL;
     u_short port = Config.Announce.port;