Implement a progressive iauth system.
[ircu2.10.12-pk.git] / ircd / list.c
index dcbe466efb259a656984494edc052a5fa3fc1dc6..cbf98c5eedccacdb65227182337ca82dd63eb06b 100644 (file)
@@ -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 */