Compile fix by trou.

This commit is contained in:
nohar 2007-06-26 07:37:51 +00:00
parent 0546c4baa2
commit 46bc59b0a6
1 changed files with 1 additions and 1 deletions

View File

@ -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);