From 530d1e33f7ea565e5668ebe609f049fa6a69871b Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Wed, 8 Jun 2011 19:04:48 +0200 Subject: s3:auth/auth_samba4.c - remove unused variable Reviewed-by: Tridge --- source3/auth/auth_samba4.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/auth/auth_samba4.c') diff --git a/source3/auth/auth_samba4.c b/source3/auth/auth_samba4.c index a4673db3c9..1b27e7bcc9 100644 --- a/source3/auth/auth_samba4.c +++ b/source3/auth/auth_samba4.c @@ -40,7 +40,6 @@ static NTSTATUS check_samba4_security(const struct auth_context *auth_context, struct auth_user_info_dc *user_info_dc; struct auth4_context *auth4_context; struct loadparm_context *lp_ctx; - const char *config_file; lp_ctx = loadparm_init_s3(frame, loadparm_s3_context()); if (lp_ctx == NULL) { -- cgit