diff options
author | Michael Adam <obnox@samba.org> | 2010-05-31 11:28:02 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:38 +0200 |
commit | 261663389b3b04b9071b11b4f2dba39a15fda03b (patch) | |
tree | c266ddc3d7b44daa10cab8554d4bf3059a0284b7 | |
parent | 39fced2f33eb60b25f8c1bddea09c429fc218f1a (diff) | |
download | samba-261663389b3b04b9071b11b4f2dba39a15fda03b.tar.gz samba-261663389b3b04b9071b11b4f2dba39a15fda03b.tar.bz2 samba-261663389b3b04b9071b11b4f2dba39a15fda03b.zip |
s3:idmap_tdb2: remove unused idmap_tdb2_alloc_close().
-rw-r--r-- | source3/winbindd/idmap_tdb2.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/winbindd/idmap_tdb2.c b/source3/winbindd/idmap_tdb2.c index 9feff167a5..3ff538b613 100644 --- a/source3/winbindd/idmap_tdb2.c +++ b/source3/winbindd/idmap_tdb2.c @@ -298,15 +298,6 @@ static NTSTATUS idmap_tdb2_allocate_id(struct unixid *xid) } /* - Close the alloc tdb -*/ -static NTSTATUS idmap_tdb2_alloc_close(void) -{ - /* don't actually close it */ - return NT_STATUS_OK; -} - -/* IDMAP MAPPING TDB BACKEND */ struct idmap_tdb2_context { |