mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
log: Fixed a typo.
This commit is contained in:
@@ -80,7 +80,7 @@ static void do_ssh_log(struct ssh_common_struct *common,
|
||||
if (common->callbacks && common->callbacks->log_function) {
|
||||
char buf[1024];
|
||||
|
||||
snprintf(buf, sizeof(buf), "%s: %s", function, buf);
|
||||
snprintf(buf, sizeof(buf), "%s: %s", function, buffer);
|
||||
|
||||
common->callbacks->log_function((ssh_session)common,
|
||||
verbosity,
|
||||
|
||||
Reference in New Issue
Block a user