about summary refs log tree commit homepage
path: root/accept_loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'accept_loop.c')
-rw-r--r--accept_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/accept_loop.c b/accept_loop.c
index c4779c9..b324735 100644
--- a/accept_loop.c
+++ b/accept_loop.c
@@ -97,7 +97,7 @@ void *mog_accept_loop(void *arg)
                 client_fd = mog_accept_fn(accept_fd, &msa.sa, &salen);
 
                 if (client_fd >= 0)
-                        ac->post_accept_fn(client_fd, ac->svc, &msa, salen);
+                        ac->post_accept_fn(client_fd, ac, &msa, salen);
                 else
                         accept_error_check(ac);
         }