summaryrefslogtreecommitdiff
path: root/pop3e.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3e.c')
-rw-r--r--pop3e.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pop3e.c b/pop3e.c
index 728df72..1bd8635 100644
--- a/pop3e.c
+++ b/pop3e.c
@@ -176,8 +176,7 @@ pop3_accept(int fd, short events, void *arg)
}
set_nonblocking(s);
- l->ss = ss;
- session_init(l, s);
+ session_init(l, s, &ss);
}
static void