From 9f1106573a4fca41b99a468d06fa392486faf43c Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 14 Jun 2013 14:19:25 +0200 Subject: AD: Remove ad_options->auth options reference The options are stored in ad_options->auth_ctx->opts, this member was completely unused and confusing. --- src/providers/ad/ad_common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/providers/ad/ad_common.h b/src/providers/ad/ad_common.h index 801815528..1503059e8 100644 --- a/src/providers/ad/ad_common.h +++ b/src/providers/ad/ad_common.h @@ -67,7 +67,6 @@ struct ad_options { struct ad_id_ctx *id_ctx; /* Auth and chpass Provider */ - struct dp_option *auth; struct krb5_ctx *auth_ctx; /* Dynamic DNS updates */ -- cgit