Add specifier to LOG func

This commit is contained in:
sahuja4 2022-08-18 11:35:50 -07:00
parent bba9a22fe9
commit 7969f21b0f
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ get_authen_continue(void)
"when expecting authentication cont", session.peer,
hdr->type, hdr->seq_no) == -1)
strcpy(msg, "");
report(LOG_ERR, msg);
report(LOG_ERR, "%s", msg);
send_authen_error(msg);
return(NULL);
}