From 233c8bca3bfda4d09d458b842873621a7ffe5e91 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 6 Mar 2011 12:02:05 +0100 Subject: s3: Remove close_fn from idmap_methods Autobuild-User: Volker Lendecke Autobuild-Date: Sun Mar 6 13:37:13 CET 2011 on sn-devel-104 --- source3/include/idmap.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/include/idmap.h') diff --git a/source3/include/idmap.h b/source3/include/idmap.h index 2f95740f3d..7b3d6decf2 100644 --- a/source3/include/idmap.h +++ b/source3/include/idmap.h @@ -57,9 +57,6 @@ struct idmap_methods { /* Allocate a Unix-ID. */ NTSTATUS (*allocate_id)(struct idmap_domain *dom, struct unixid *id); - - /* Called when backend is unloaded */ - NTSTATUS (*close_fn)(struct idmap_domain *dom); }; #include "winbindd/idmap_proto.h" -- cgit