summaryrefslogtreecommitdiffhomepage
path: root/src/odhcpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/odhcpd.c')
-rw-r--r--src/odhcpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odhcpd.c b/src/odhcpd.c
index 97d33e1..22a27a4 100644
--- a/src/odhcpd.c
+++ b/src/odhcpd.c
@@ -476,7 +476,7 @@ static void odhcpd_receive_packets(struct uloop_fd *u, _unused unsigned int even
getsockopt(u->fd, SOL_SOCKET, SO_ERROR, &ret, &ret_len);
u->error = false;
if (e->handle_error)
- e->handle_error(ret);
+ e->handle_error(e, ret);
}
if (e->recv_msgs) {