summaryrefslogtreecommitdiff
path: root/net/samba/patches/patch-bf
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba/patches/patch-bf')
-rw-r--r--net/samba/patches/patch-bf13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/samba/patches/patch-bf b/net/samba/patches/patch-bf
deleted file mode 100644
index 48a42e222fa..00000000000
--- a/net/samba/patches/patch-bf
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-bf,v 1.3 2006/04/01 04:55:35 jlam Exp $
-
---- nsswitch/winbindd_util.c.orig 2006-01-24 18:46:34.000000000 -0500
-+++ nsswitch/winbindd_util.c
-@@ -1172,7 +1172,7 @@ BOOL winbindd_upgrade_idmap(void)
- SMB_STRUCT_STAT stbuf;
- TDB_CONTEXT *idmap_tdb;
-
-- pstrcpy(idmap_name, lock_path("winbindd_idmap.tdb"));
-+ pstrcpy(idmap_name, state_path("winbindd_idmap.tdb"));
-
- if (!file_exist(idmap_name, &stbuf)) {
- /* nothing to convert return */