Commit Diff


commit - 42e8654d7b04197eb90ce1ccd8a055ffb6309c3d
commit + 79a917f954bef8089967786bd3597a6e5ff5c336
blob - 72d38b8621ff559c9c93903989e7c091b018be79
blob + 4a2d32d6a70bcb270981da9b671acc99c6630df3
--- src/ngircd/conn-func.c
+++ src/ngircd/conn-func.c
@@ -51,7 +51,7 @@ GLOBAL void
 Conn_UpdatePing(CONN_ID Idx)
 {
 	assert(Idx > NONE);
-	My_Connections[Idx].lastping = time(NULL);
+	My_Connections[Idx].lastping = My_Connections[Idx].lastdata = time(NULL);
 }
 
 /*