summaryrefslogtreecommitdiff
path: root/net/samba/patches/patch-bk
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba/patches/patch-bk')
-rw-r--r--net/samba/patches/patch-bk13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/samba/patches/patch-bk b/net/samba/patches/patch-bk
deleted file mode 100644
index 5451544e12a..00000000000
--- a/net/samba/patches/patch-bk
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-bk,v 1.2 2006/01/02 22:33:36 jlam Exp $
-
---- utils/net_idmap.c.orig 2005-11-09 13:29:02.000000000 -0500
-+++ utils/net_idmap.c
-@@ -136,7 +136,7 @@ static NTSTATUS net_idmap_fixup_hwm(void
- return NT_STATUS_UNSUCCESSFUL;
- }
-
-- tdbfile = SMB_STRDUP(lock_path("winbindd_idmap.tdb"));
-+ tdbfile = SMB_STRDUP(state_path("winbindd_idmap.tdb"));
- if (!tdbfile) {
- DEBUG(0, ("idmap_init: out of memory!\n"));
- return NT_STATUS_NO_MEMORY;