From: Michael Poole Date: Sat, 4 Jul 2009 22:44:19 +0000 (+0000) Subject: Unconditionally set +6 flag on self. X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=commitdiff_plain;h=3c91fc4a46bc963b0e71e28a1383874a1593941c Unconditionally set +6 flag on self. (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 --- diff --git a/ChangeLog b/ChangeLog index 05d0901..ffb41e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-03-25 Michael Poole + + * ircd/ircd.c (main): Unconditionally set +6 flag on self. + 2009-03-25 Michael Poole * ircd/s_auth.c (iauth_cmd_hostname): Properly assign the spoofed diff --git a/ircd/ircd.c b/ircd/ircd.c index 2a52170..7048e7d 100644 --- a/ircd/ircd.c +++ b/ircd/ircd.c @@ -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();