components/samba/samba/patches/idmap_hash-be_init-NULLderef.patch
changeset 1207 1d0be3a9fc06
parent 1206 8f71b436e7f7
child 1208 8071b2820035
--- a/components/samba/samba/patches/idmap_hash-be_init-NULLderef.patch	Mon Mar 11 15:41:09 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-see: https://git.samba.org/?p=samba.git;a=patch;h=03055af9b2af8a5a1c23946369a21d6437cf1b8c;hp=f43498b7590e33f2c8939c4f04781068674335af
---- a/source3/winbindd/idmap_hash/idmap_hash.c	2012-10-17 09:54:59.176103842 -0700
-+++ b/source3/winbindd/idmap_hash/idmap_hash.c	2012-10-17 09:56:31.449330518 -0700
-@@ -259,7 +259,7 @@
- 
- static NTSTATUS nss_hash_init(struct nss_domain_entry *e )
- {
--	return be_init(NULL);
-+	return NT_STATUS_OK;
- }
- 
- /**********************************************************************