summaryrefslogtreecommitdiffhomepage
path: root/common-channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'common-channel.c')
-rw-r--r--common-channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common-channel.c b/common-channel.c
index 1003896..967c937 100644
--- a/common-channel.c
+++ b/common-channel.c
@@ -1089,6 +1089,7 @@ void recv_msg_channel_open_confirmation() {
if (ret > 0) {
remove_channel(channel);
TRACE(("inithandler returned failure %d", ret))
+ return;
}
}