mem fixes, evolved openconfig interfaces test
This commit is contained in:
parent
1cd0eab7ff
commit
bba23be444
3 changed files with 12 additions and 14 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue