Prepare for 4.9.0 release

This commit is contained in:
Olof hagsand 2020-12-18 13:54:00 +01:00
parent b8f5d1dcae
commit eaedb14918
5 changed files with 50 additions and 37 deletions

View file

@ -1873,7 +1873,7 @@ from_client(int s,
struct clicon_msg *msg = NULL;
struct client_entry *ce = (struct client_entry *)arg;
clicon_handle h = ce->ce_handle;
int eof;
int eof = 0;
clicon_debug(1, "%s", __FUNCTION__);
// assert(s == ce->ce_s);