SNMP: set commit fail error

This commit is contained in:
Olof hagsand 2022-10-09 11:11:17 +02:00
parent dd1e5966fb
commit d2c3b903f1
2 changed files with 7 additions and 5 deletions

View file

@ -198,7 +198,7 @@ clixon_snmp_input_cb(int s,
clicon_handle h = (clicon_handle)arg;
int ret;
clicon_debug(1, "%s %d", __FUNCTION__, s);
clicon_debug(2, "%s %d", __FUNCTION__, s);
FD_ZERO(&readfds);
FD_SET(s, &readfds);
(void)snmp_read(&readfds);