s3:auth/auth_samba4.c - remove unused variable
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Wed, 8 Jun 2011 17:04:48 +0000 (19:04 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Thu, 9 Jun 2011 07:35:29 +0000 (09:35 +0200)
Reviewed-by: Tridge
source3/auth/auth_samba4.c

index a4673db3c9236d110e71d189feb410268e5e4df7..1b27e7bcc9837194aa1645f412cc5d2323b8162e 100644 (file)
@@ -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) {