From ccc2af010bbbe6d8a7496fb717216135bc4c1993 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 11 Jan 2013 09:18:34 -0500 Subject: Remove domain from be_req structure --- src/providers/dp_backend.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/providers/dp_backend.h') diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h index e20f2b0b1..f0c528323 100644 --- a/src/providers/dp_backend.h +++ b/src/providers/dp_backend.h @@ -147,8 +147,6 @@ struct be_req { * selinux provider is calling the callback. */ int phase; - - struct sss_domain_info *domain; }; struct be_acct_req { -- cgit