1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-29 02:50:28 +03:00

s3:auth/auth_samba4.c - remove unused variable

Reviewed-by: Tridge
This commit is contained in:
Matthias Dieter Wallnöfer 2011-06-08 19:04:48 +02:00
parent 059e735e41
commit 530d1e33f7

View 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) {