Unconditionally set +6 flag on self.
authorMichael Poole <mdpoole@troilus.org>
Sat, 4 Jul 2009 22:44:19 +0000 (22:44 +0000)
committerMichael Poole <mdpoole@troilus.org>
Sat, 4 Jul 2009 22:44:19 +0000 (22:44 +0000)
(Thanks to weibes for pointing this out on SF bug #2523774.)

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1912 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
ircd/ircd.c

index 05d0901776206352751ef4f4813ea7534e443577..ffb41e170f8d43e2a5d95abfaa114e1019e920a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-03-25  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/ircd.c (main): Unconditionally set +6 flag on self.
+
 2009-03-25  Michael Poole <mdpoole@troilus.org>
 
        * ircd/s_auth.c (iauth_cmd_hostname): Properly assign the spoofed
index 2a521703be67091563096cad4b0340801e93da48..7048e7dcbadeee50d3533629eca39526c282ce27 100644 (file)
@@ -752,9 +752,7 @@ int main(int argc, char **argv) {
   cli_lasttime(&me) = cli_since(&me) = cli_firsttime(&me) = CurrentTime;
 
   hAddClient(&me);
-#ifdef IPV6
   SetIPv6(&me);
-#endif
 
   write_pidfile();
   init_counters();