Fix wrong copy/paste in error message.

Submitted by:	Dmitry Luhtionov <dmitryluhtionov@gmail.com>
MFC after:	2 weeks
This commit is contained in:
Alexander Motin 2016-10-31 16:01:22 +00:00
parent a2aa0aae07
commit 42f97fac5d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=308133

View File

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