From df0f4cc92ff75531b520e1ae8d2e9270da9aefa6 Mon Sep 17 00:00:00 2001 From: Pavel Tvrdik Date: Wed, 27 Apr 2016 15:01:36 +0200 Subject: [PATCH] BIRD Client: Del commented out line from prev commit --- client/client.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/client.c b/client/client.c index 56194a09..4562aeef 100644 --- a/client/client.c +++ b/client/client.c @@ -355,8 +355,6 @@ server_got_reply(char *x) int code = 0; int len = 0; -// input_notify(0); - if (*x == '+') { /* Async reply */ busy = 1; input_notify(0);