There appeared to be even more copy/pastes. :)

Submitted by:	Dmitry Luhtionov <dmitryluhtionov@gmail.com>
MFC after:	2 weeks
This commit is contained in:
mav 2016-10-31 16:06:57 +00:00
parent 3c8a54a8e5
commit 3c5f3f503b

View File

@ -227,7 +227,7 @@ auth_check_secret_length(struct auth *auth)
else
log_warnx("mutual secret for user \"%s\", "
"target \"%s\", is too short; it should be "
"at least 16 characters long",
"at least 12 characters long",
auth->a_user,
auth->a_auth_group->ag_target->t_name);
}