[SCM] Samba Shared Repository - branch master updated - 00a401aa3e7598f69244de5bad57b5dc6d64e369

Volker Lendecke vlendec at samba.org
Wed Jan 7 16:17:37 GMT 2009


The branch, master has been updated
       via  00a401aa3e7598f69244de5bad57b5dc6d64e369 (commit)
      from  e1459a237948c2c9b7da94e4ba0acc79b1cd8eca (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 00a401aa3e7598f69244de5bad57b5dc6d64e369
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Jan 7 17:15:47 2009 +0100

    Remove unused struct CLI_POLICY_HND

-----------------------------------------------------------------------

Summary of changes:
 source3/winbindd/winbindd.h |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h
index d8e6ec4..5ebbb72 100644
--- a/source3/winbindd/winbindd.h
+++ b/source3/winbindd/winbindd.h
@@ -333,13 +333,6 @@ struct winbindd_methods {
 				    DOM_SID **dom_sids);
 };
 
-/* Used to glue a policy handle and cli_state together */
-
-typedef struct {
-	struct cli_state *cli;
-	POLICY_HND pol;
-} CLI_POLICY_HND;
-
 /* Filled out by IDMAP backends */
 struct winbindd_idmap_methods {
   /* Called when backend is first loaded */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list