remove unused variable

This commit is contained in:
Love Hornquist Astrand
2010-01-08 12:58:20 +01:00
parent 3cc8e8bfc7
commit f3ea26c759

View File

@@ -243,7 +243,6 @@ krb5_kuserok (krb5_context context,
size_t buflen; size_t buflen;
struct passwd *pwd = NULL; struct passwd *pwd = NULL;
char *profile_dir = NULL; char *profile_dir = NULL;
krb5_boolean free_profile_dir = FALSE;
krb5_error_code ret; krb5_error_code ret;
krb5_boolean result = FALSE; krb5_boolean result = FALSE;