Revision: 1912
          
http://undernet-ircu.svn.sourceforge.net/undernet-ircu/?rev=1912&view=rev
Author:   entrope
Date:     2009-07-04 22:44:19 +0000 (Sat, 04 Jul 2009)

Log Message:
-----------
Unconditionally set +6 flag on self.

(Thanks to weibes for pointing this out on SF bug #2523774.)

Modified Paths:
--------------
    ircu2/branches/u2_10_12_branch/ChangeLog
    ircu2/branches/u2_10_12_branch/ircd/ircd.c

Modified: ircu2/branches/u2_10_12_branch/ChangeLog
===================================================================
--- ircu2/branches/u2_10_12_branch/ChangeLog    2009-03-26 02:50:39 UTC (rev 
1911)
+++ ircu2/branches/u2_10_12_branch/ChangeLog    2009-07-04 22:44:19 UTC (rev 
1912)
@@ -1,5 +1,9 @@
 2009-03-25  Michael Poole <[email protected]>
 
+       * ircd/ircd.c (main): Unconditionally set +6 flag on self.
+
+2009-03-25  Michael Poole <[email protected]>
+
        * ircd/s_auth.c (iauth_cmd_hostname): Properly assign the spoofed
        hostname (yea, even as the "real" host) in the hurry state.
 

Modified: ircu2/branches/u2_10_12_branch/ircd/ircd.c
===================================================================
--- ircu2/branches/u2_10_12_branch/ircd/ircd.c  2009-03-26 02:50:39 UTC (rev 
1911)
+++ ircu2/branches/u2_10_12_branch/ircd/ircd.c  2009-07-04 22:44:19 UTC (rev 
1912)
@@ -752,9 +752,7 @@
   cli_lasttime(&me) = cli_since(&me) = cli_firsttime(&me) = CurrentTime;
 
   hAddClient(&me);
-#ifdef IPV6
   SetIPv6(&me);
-#endif
 
   write_pidfile();
   init_counters();


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to