From 4b33833001c1a9281a5989332ea34bc58417fae9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 2 Jun 2010 15:36:00 +0100 Subject: [PATCH] Do not use a random exit status when connchild gets 501 to mode stream --- conn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conn.c b/conn.c index 751c410..fa8316d 100644 --- a/conn.c +++ b/conn.c @@ -428,7 +428,7 @@ void connect_start(void) { default: warn("connect: unexpected response to MODE STREAM: %.50s", sanitise(buf,-1)); - exitstatus= 2; + exitstatus= CONNCHILD_ESTATUS_NOSTREAM; break; } } -- 2.30.2