From: Joseph Sutton Date: Thu, 21 Sep 2023 01:48:07 +0000 (+1200) Subject: s3:libads: Update code reference in comment X-Git-Tag: talloc-2.4.2~1092 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=301cc80b287e4fa802a37213fb5065ea43caf184;p=thirdparty%2Fsamba.git s3:libads: Update code reference in comment Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source3/libads/kerberos.c b/source3/libads/kerberos.c index 50f4a6de3c6..7c343b93e45 100644 --- a/source3/libads/kerberos.c +++ b/source3/libads/kerberos.c @@ -70,7 +70,7 @@ kerb_prompter(krb5_context ctx, void *data, * password. If we return 0 (i.e. success), we will be * spinning in the endless for-loop in * change_password() in - * source4/heimdal/lib/krb5/init_creds_pw.c:526ff + * third_party/heimdal/lib/krb5/init_creds_pw.c */ return KRB5KDC_ERR_KEY_EXPIRED; }