svn commit: r308133 - head/usr.sbin/ctld

Alexander Motin mav at FreeBSD.org
Mon Oct 31 16:01:24 UTC 2016


Author: mav
Date: Mon Oct 31 16:01:22 2016
New Revision: 308133
URL: https://svnweb.freebsd.org/changeset/base/308133

Log:
  Fix wrong copy/paste in error message.
  
  Submitted by:	Dmitry Luhtionov <dmitryluhtionov at gmail.com>
  MFC after:	2 weeks

Modified:
  head/usr.sbin/ctld/ctld.c

Modified: head/usr.sbin/ctld/ctld.c
==============================================================================
--- head/usr.sbin/ctld/ctld.c	Mon Oct 31 15:49:41 2016	(r308132)
+++ head/usr.sbin/ctld/ctld.c	Mon Oct 31 16:01:22 2016	(r308133)
@@ -198,7 +198,7 @@ auth_check_secret_length(struct auth *au
 			    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);
 	}


More information about the svn-src-head mailing list