X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Flist.c;h=cbf98c5eedccacdb65227182337ca82dd63eb06b;hb=f1acbdf96cb8c8094df4aaf8011b20c7332ba2d6;hp=dcbe466efb259a656984494edc052a5fa3fc1dc6;hpb=64add5e6befe48b2b5b6843da32f09952776d486;p=ircu2.10.12-pk.git diff --git a/ircd/list.c b/ircd/list.c index dcbe466..cbf98c5 100644 --- a/ircd/list.c +++ b/ircd/list.c @@ -219,7 +219,6 @@ struct Client* make_client(struct Client *from, int status) cli_connect(cptr) = con; /* set the connection and other fields */ cli_since(cptr) = cli_lasttime(cptr) = cli_firsttime(cptr) = CurrentTime; cli_lastnick(cptr) = TStime(); - cli_unreg(cptr) = CLIREG_INIT; } else cli_connect(cptr) = cli_connect(from); /* use 'from's connection */