diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-06-08 19:04:48 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-06-09 09:35:29 +0200 |
commit | 530d1e33f7ea565e5668ebe609f049fa6a69871b (patch) | |
tree | 4810c87ac52305df071565ac1ddbb4441884ecf4 | |
parent | 059e735e4167477f7f183aae3ec517b31ca4700f (diff) | |
download | samba-530d1e33f7ea565e5668ebe609f049fa6a69871b.tar.gz samba-530d1e33f7ea565e5668ebe609f049fa6a69871b.tar.bz2 samba-530d1e33f7ea565e5668ebe609f049fa6a69871b.zip |
s3:auth/auth_samba4.c - remove unused variable
Reviewed-by: Tridge
-rw-r--r-- | source3/auth/auth_samba4.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |