From 34fe70cc718a61019ee78f39b6e972e69ba4d916 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 10 Jan 2000 21:37:04 +0000 Subject: [PATCH] Validate krb5_init_context --- libraries/liblutil/passwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/liblutil/passwd.c b/libraries/liblutil/passwd.c index 561750f69b..0e18a098c8 100644 --- a/libraries/liblutil/passwd.c +++ b/libraries/liblutil/passwd.c @@ -614,7 +614,7 @@ static int chk_kerberos( krb5_preauthtype pre_auth_types[] = {KRB5_PADATA_ENC_TIMESTAMP}; #endif - krb5_init_context( &context ); + ret = krb5_init_context( &context ); if (ret) { return 1; } -- 2.39.5