From: Alan T. DeKok Date: Mon, 21 Nov 2011 16:47:27 +0000 (+0100) Subject: Correct typo in error message X-Git-Tag: release_2_2_0~254^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44b0fb264d0fe7a1cfe45f7f7f8be66f80cb6f65;p=thirdparty%2Ffreeradius-server.git Correct typo in error message ascend secret is "encrypt=3", not "encrypt=2" --- diff --git a/src/lib/dict.c b/src/lib/dict.c index fa7dae4ae8f..d61efd084d0 100644 --- a/src/lib/dict.c +++ b/src/lib/dict.c @@ -927,7 +927,7 @@ static int process_attribute(const char* fn, const int line, if ((flags.encrypt == FLAG_ENCRYPT_ASCEND_SECRET) && (type != PW_TYPE_STRING)) { - fr_strerror_printf( "dict_init: %s[%d] Only \"string\" types can have the \"encrypt=2\" flag set.", + fr_strerror_printf( "dict_init: %s[%d] Only \"string\" types can have the \"encrypt=3\" flag set.", fn, line); return -1; }