summaryrefslogtreecommitdiffstats
path: root/mux.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-06-20 21:50:47 +1000
committerDamien Miller <djm@mindrot.org>2012-06-20 21:50:47 +1000
commitac58ce86e6f4dcb245d5e1aa28a5c7a9f4a56072 (patch)
tree420b075e854f9df6ca8397252b1b46382b3e49cd /mux.c
parent140df63e1f07d25dafd64d3d6000dc0fe27edcf1 (diff)
- djm@cvs.openbsd.org 2012/01/07 21:11:36
[mux.c] fix double-free in new session handler NB. Id sync only
Diffstat (limited to 'mux.c')
-rw-r--r--mux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mux.c b/mux.c
index 30b4f6f9..d90605eb 100644
--- a/mux.c
+++ b/mux.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mux.c,v 1.33 2011/12/04 23:16:12 djm Exp $ */
+/* $OpenBSD: mux.c,v 1.34 2012/01/07 21:11:36 djm Exp $ */
/*
* Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org>
*