From df0596ec12bc5091608371e2977f3111241e8caf Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 9 Jan 2013 16:23:25 -0500 Subject: Remove sysdb as a be context structure member The sysdb context is already available through the 'domain' structure. --- src/providers/dp_backend.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/providers/dp_backend.h') diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h index 58a9b749..cce52976 100644 --- a/src/providers/dp_backend.h +++ b/src/providers/dp_backend.h @@ -94,7 +94,6 @@ struct be_cb; struct be_ctx { struct tevent_context *ev; struct confdb_ctx *cdb; - struct sysdb_ctx *sysdb; struct sss_domain_info *domain; const char *identity; const char *conf_path; -- cgit