mem fixes, evolved openconfig interfaces test

This commit is contained in:
Olof hagsand 2021-04-15 10:12:35 +02:00
parent 1cd0eab7ff
commit bba23be444
3 changed files with 12 additions and 14 deletions

View file

@ -236,7 +236,7 @@ buf_write(char *buf,
ssize_t totlen = 0;
int er;
clicon_debug(1, "%s %lu", __FUNCTION__, buflen);
clicon_debug(1, "%s", __FUNCTION__);
while (totlen < buflen){
if (ssl){
if ((len = SSL_write(ssl, buf+totlen, buflen-totlen)) <= 0){