RESTCONF FCGI notifications: minor timing adjustments, mostly for testcases

This commit is contained in:
Olof hagsand 2022-04-18 12:15:26 +02:00
parent 600f0616f6
commit 6418e030ce
4 changed files with 40 additions and 13 deletions

View file

@ -769,6 +769,7 @@ send_msg_notify_xml(clicon_handle h,
goto done;
retval = 0;
done:
clicon_debug(1, "%s %d", __FUNCTION__, retval);
if (cb)
cbuf_free(cb);
return retval;