From 24b715f096613d18f182cf0fff537e1fc79647fa Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 9 Jan 2013 16:39:42 -0500 Subject: Remove sysdb as a be request structure member The sysdb context is already available through the 'domain' context. --- 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 cce52976f..e20f2b0b1 100644 --- a/src/providers/dp_backend.h +++ b/src/providers/dp_backend.h @@ -149,7 +149,6 @@ struct be_req { int phase; struct sss_domain_info *domain; - struct sysdb_ctx *sysdb; }; struct be_acct_req { -- cgit