gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 21/125: ssh-libssh.c: please checksrc


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 21/125: ssh-libssh.c: please checksrc
Date: Sun, 21 Jan 2018 23:41:16 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 6401ddad4461c435b2cad371091ef5421b9ae7f2
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Dec 4 10:48:01 2017 +0100

    ssh-libssh.c: please checksrc
---
 lib/ssh-libssh.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ssh-libssh.c b/lib/ssh-libssh.c
index 23f28dca4..942684a0b 100644
--- a/lib/ssh-libssh.c
+++ b/lib/ssh-libssh.c
@@ -998,7 +998,7 @@ static CURLcode myssh_statemach_act(struct connectdata 
*conn, bool *block)
         sshc->actualcode = CURLE_QUOTE_ERROR;
         break;
       }
-      else if (statvfs) {
+      else if(statvfs) {
         char *tmp = aprintf("statvfs:\n"
                             "f_bsize: %llu\n" "f_frsize: %llu\n"
                             "f_blocks: %llu\n" "f_bfree: %llu\n"

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]