]> arthur.barton.de Git - ngircd.git/commit
Get rid of INTRO_INFO structure again: we don't need it at all!
authorAlexander Barton <alex@barton.de>
Fri, 15 Aug 2008 22:02:44 +0000 (00:02 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 23 Sep 2008 09:47:17 +0000 (11:47 +0200)
commit557be8c56b652751a1797f1ac1365f1ace38146a
tree475b4ca82e12105a7a40183675a906f3d7ec53a3
parent687784d276feecf3c87735eef180b7df61852823
Get rid of INTRO_INFO structure again: we don't need it at all!

All the required information is already stored in the CLIENT structure
of new new connection, so pass this to Introduce_Client() and don't
invent an unneeded new structure ...
src/ngircd/irc-login.c