X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Firc.c;h=98dda7af2ad6dc198ff61ad368c1e471b4b95d5d;hp=b0328d223355a41600fbfc7bb1131c6d9be0accd;hb=b15d906dff84b35ebd05df44aa13e67c9c938fd2;hpb=1c14e2e0a227c1c883ae793e46353a439b325fc4 diff --git a/src/ngircd/irc.c b/src/ngircd/irc.c index b0328d22..98dda7af 100644 --- a/src/ngircd/irc.c +++ b/src/ngircd/irc.c @@ -14,7 +14,7 @@ #include "portab.h" -static char UNUSED id[] = "$Id: irc.c,v 1.127 2005/07/31 20:13:08 alex Exp $"; +static char UNUSED id[] = "$Id: irc.c,v 1.128 2005/08/02 23:19:22 alex Exp $"; #include "imp.h" #include @@ -151,7 +151,7 @@ IRC_KILL( CLIENT *Client, REQUEST *Req ) } /* Kill client NOW! */ - conn = Client_Conn( Client_NextHop( c )); + conn = Client_Conn( c ); Client_Destroy( c, NULL, reason, false ); if( conn > NONE ) Conn_Close( conn, NULL, reason, true );