summaryrefslogtreecommitdiffhomepage
path: root/svr-session.c
diff options
context:
space:
mode:
Diffstat (limited to 'svr-session.c')
-rw-r--r--svr-session.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/svr-session.c b/svr-session.c
index 2adcb01..90d3414 100644
--- a/svr-session.c
+++ b/svr-session.c
@@ -95,8 +95,6 @@ void svr_session(int sock, int childpipe) {
chaninitialise(svr_chantypes);
svr_chansessinitialise();
- ses.connect_time = monotonic_now();
-
/* for logging the remote address */
get_socket_address(ses.sock_in, NULL, NULL, &host, &port, 0);
len = strlen(host) + strlen(port) + 2;