summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet.c b/packet.c
index 7d8fab1e9..a2e9f5987 100644
--- a/packet.c
+++ b/packet.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: packet.c,v 1.145 2006/09/19 21:14:08 markus Exp $ */ 1/* $OpenBSD: packet.c,v 1.146 2007/05/31 23:34:29 djm Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1235,7 +1235,6 @@ packet_read_poll_seqnr(u_int32_t *seqnr_p)
1235 logit("Received disconnect from %s: %.400s", 1235 logit("Received disconnect from %s: %.400s",
1236 get_remote_ipaddr(), msg); 1236 get_remote_ipaddr(), msg);
1237 cleanup_exit(255); 1237 cleanup_exit(255);
1238 xfree(msg);
1239 break; 1238 break;
1240 default: 1239 default:
1241 if (type) 1240 if (type)