From 49ae226b909361848d4ae1bea4e75d553e76a885 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 12 Sep 2011 10:46:32 +0200 Subject: [PATCH] log: Fixed a typo. --- src/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/log.c b/src/log.c index 7e60aee8..081d83d9 100644 --- a/src/log.c +++ b/src/log.c @@ -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,