From: Darren Tucker Date: Fri, 14 Jul 2023 07:07:32 +0000 (+1000) Subject: Fix typo in declaration of nmesg. X-Git-Tag: V_9_4_P1~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20b768fcd13effe0f2d3619661b6c8592c773553;p=thirdparty%2Fopenssh-portable.git Fix typo in declaration of nmesg. --- diff --git a/auth-pam.c b/auth-pam.c index 205715f03..b49d415e7 100644 --- a/auth-pam.c +++ b/auth-pam.c @@ -848,7 +848,7 @@ sshpam_query(void *ctx, char **name, char **info, size_t plen; u_char type; char *msg; - size_t len, mlen, nmsg = 0; + size_t len, mlen, nmesg = 0; int r; debug3("PAM: %s entering", __func__);