Merging upstream version 3.7.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
35bddb6fe5
commit
3776ec3c2c
26 changed files with 690 additions and 232 deletions
|
@ -96,7 +96,7 @@ nc_libssh_thread_verbosity(int level)
|
|||
|
||||
#endif /* NC_ENABLED_SSH_TLS */
|
||||
|
||||
static void
|
||||
void
|
||||
nc_log_vprintf(const struct nc_session *session, NC_VERB_LEVEL level, const char *format, va_list args)
|
||||
{
|
||||
va_list args2;
|
||||
|
@ -140,6 +140,7 @@ nc_log_vprintf(const struct nc_session *session, NC_VERB_LEVEL level, const char
|
|||
|
||||
cleanup:
|
||||
free(msg);
|
||||
va_end(args2);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue