From 46bc59b0a6650e6e6977a8e18b42347e9a4b4736 Mon Sep 17 00:00:00 2001 From: nohar Date: Tue, 26 Jun 2007 07:37:51 +0000 Subject: [PATCH] Compile fix by trou. --- src/irc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/irc.c b/src/irc.c index 25883eb..838d1e7 100644 --- a/src/irc.c +++ b/src/irc.c @@ -2403,7 +2403,7 @@ void irc_main(bip_t *bip) list_t *ready = wait_event(&bip->conn_list, &timeleft, &nc); #ifdef HAVE_OIDENTD if (nc) - oidentd_dump(&bip->connl); + oidentd_dump(&bip->conn_list); #endif while ((conn = list_remove_first(ready))) { bip_on_event(bip, conn);