Move DNS and auth lookups after starting IAuth.
authorMichael Poole <mdpoole@troilus.org>
Fri, 20 Jan 2012 02:48:30 +0000 (21:48 -0500)
committerMichael Poole <mdpoole@troilus.org>
Fri, 20 Jan 2012 02:48:30 +0000 (21:48 -0500)
commit3cfdd224928b767bf33e7de2507b6cad3bcfe3ba
treefd4a49eb258d9ea4d5e9dba3f60c599369a16a58
parentb3e7a2bbceb4d17cdab3ce7579fcaac2aa77868d
Move DNS and auth lookups after starting IAuth.

When start_dns_query() ran before start_iauth_query(), clients from
localhost would not have their IAuth 'N' message sent because ircu had
not started the IAuth query for that client.
ircd/s_auth.c