Commit Diff


commit - 60f5dd5b29e701b3ab601addd3cdefb508acc7d1
commit + d4632a727fbee65cb1585c6f6e9968d830f23a19
blob - dff9336f65af4c2f7e581185d1396047e7b5d92b
blob + 0d82d530b80733dc23fd18e827b5142bfd06ca54
--- src/ngircd/conn.c
+++ src/ngircd/conn.c
@@ -1382,11 +1382,6 @@ New_Connection(int Sock)
 		Resolve_Addr(&My_Connections[new_sock].proc_stat, &new_addr,
 			     identsock, cb_Read_Resolver_Result);
 
-	/* ngIRCd waits up to 4 seconds for the result of the asynchronous
-	 * DNS and IDENT resolver subprocess using the "penalty" mechanism.
-	 * If there are results earlier, the delay is aborted. */
-	Conn_SetPenalty(new_sock, 4);
-
 	Account_Connection();
 	return new_sock;
 } /* New_Connection */