summaryrefslogtreecommitdiffstats
path: root/channels.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-09-19 11:54:54 +1000
committerDamien Miller <djm@mindrot.org>2002-09-19 11:54:54 +1000
commit9b037b837aea146ab331edea68f39eb377cee3e5 (patch)
tree6e440f04a257944bfe24971fa485aa2956367380 /channels.c
parent86247e2798f9e8f555f93f0c2c1872a4c13c43f6 (diff)
- itojun@cvs.openbsd.org 2002/09/17 07:47:02
[channels.c] don't quit while creating X11 listening socket. http://mail-index.netbsd.org/current-users/2002/09/16/0005.html got from portable. markus ok
Diffstat (limited to 'channels.c')
-rw-r--r--channels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels.c b/channels.c
index cf1a6462..6ff9e258 100644
--- a/channels.c
+++ b/channels.c
@@ -39,7 +39,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: channels.c,v 1.182 2002/09/13 19:23:09 stevesk Exp $");
+RCSID("$OpenBSD: channels.c,v 1.183 2002/09/17 07:47:02 itojun Exp $");
#include "ssh.h"
#include "ssh1.h"