author | Alberto Bertogli
<albertito@gmail.com> 2007-08-08 21:09:59 UTC |
committer | Alberto Bertogli
<albertito@gmail.com> 2007-08-08 21:09:59 UTC |
parent | f2fc630d85b87253999ef4a28551efb1e236426e |
nmdb/net.c | +2 | -2 |
diff --git a/nmdb/net.c b/nmdb/net.c index 821ccb9..e4772ea 100644 --- a/nmdb/net.c +++ b/nmdb/net.c @@ -60,8 +60,8 @@ void net_loop(void) exit(1); } - event_set(&tcp_evt, tcp_fd, EV_READ | EV_PERSIST, tcp_newconnection, - &tcp_evt); + event_set(&tcp_evt, tcp_fd, EV_READ | EV_PERSIST, + tcp_newconnection, &tcp_evt); event_add(&tcp_evt, NULL); }