circo

claudio's IRC oasis
git clone git://git.bitsmanent.org/circo
Log | Files | Refs | README | LICENSE

commit a9ccc0722225f3519281d70fa74b5b7d4af1b9f3
parent dd165303bc878630e80f0b6b3547290ca9784d87
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Wed, 18 Apr 2018 20:09:07 +0200

Remove a duplicate message.

Diffstat:
Mcirco.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/circo.c b/circo.c @@ -1131,7 +1131,6 @@ main(int argc, char *argv[]) { if(srv && FD_ISSET(fileno(srv), &rd)) { if(fgets(bufin, sizeof bufin, srv) == NULL) { srv = NULL; - bprintf(sel, "Remote host closed connection.\n"); for(b = buffers; b; b = b->next) bprintf(b, "Remote host closed connection.\n"); }