mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
ssh-libssh.c: please checksrc
This commit is contained in:
parent
9185307522
commit
6401ddad44
@ -998,7 +998,7 @@ static CURLcode myssh_statemach_act(struct connectdata *conn, bool *block)
|
|||||||
sshc->actualcode = CURLE_QUOTE_ERROR;
|
sshc->actualcode = CURLE_QUOTE_ERROR;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
else if (statvfs) {
|
else if(statvfs) {
|
||||||
char *tmp = aprintf("statvfs:\n"
|
char *tmp = aprintf("statvfs:\n"
|
||||||
"f_bsize: %llu\n" "f_frsize: %llu\n"
|
"f_bsize: %llu\n" "f_frsize: %llu\n"
|
||||||
"f_blocks: %llu\n" "f_bfree: %llu\n"
|
"f_blocks: %llu\n" "f_bfree: %llu\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user