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 <[email protected]>
  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);
        }
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to