]> jfr.im git - irc/quakenet/newserv.git/blobdiff - lib/irc_ipv6.c
build: Clean up workspaces code a bit.
[irc/quakenet/newserv.git] / lib / irc_ipv6.c
index 8123685979401db2db6046f407c1a13fcf76c2e7..6f44d0bfa3df1fe309f35e455a75104d6c369cfa 100644 (file)
@@ -415,7 +415,6 @@ const char* iptobase64(char* buf, const struct irc_in_addr* addr, unsigned int c
     if (curr_zeros > max_zeros) {
       max_start = ii - curr_zeros;
       max_zeros = curr_zeros;
-      curr_zeros = 0;
     }
     /* Print the rest of the address */
     for (ii = zero; ii < 8; ) {