Compile fix by trou.
This commit is contained in:
parent
0546c4baa2
commit
46bc59b0a6
@ -2403,7 +2403,7 @@ void irc_main(bip_t *bip)
|
|||||||
list_t *ready = wait_event(&bip->conn_list, &timeleft, &nc);
|
list_t *ready = wait_event(&bip->conn_list, &timeleft, &nc);
|
||||||
#ifdef HAVE_OIDENTD
|
#ifdef HAVE_OIDENTD
|
||||||
if (nc)
|
if (nc)
|
||||||
oidentd_dump(&bip->connl);
|
oidentd_dump(&bip->conn_list);
|
||||||
#endif
|
#endif
|
||||||
while ((conn = list_remove_first(ready))) {
|
while ((conn = list_remove_first(ready))) {
|
||||||
bip_on_event(bip, conn);
|
bip_on_event(bip, conn);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user