Fix typo in declaration of nmesg.

This commit is contained in:
Darren Tucker 2023-07-14 17:07:32 +10:00
parent 4b94d09542
commit 20b768fcd1
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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__);