diff options
Diffstat (limited to 'package/samba/samba-remove-legacy-index.patch')
-rw-r--r-- | package/samba/samba-remove-legacy-index.patch | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package/samba/samba-remove-legacy-index.patch b/package/samba/samba-remove-legacy-index.patch index 15deb999b..49a3b7d56 100644 --- a/package/samba/samba-remove-legacy-index.patch +++ b/package/samba/samba-remove-legacy-index.patch @@ -1,7 +1,6 @@ -diff -ur samba-3.0.25a/source/registry/reg_perfcount.c samba-3.0.25a-patched/source/registry/reg_perfcount.c ---- samba-3.0.25a/source/registry/reg_perfcount.c 2007-02-28 22:55:05.000000000 -0600 -+++ samba-3.0.25a-patched/source/registry/reg_perfcount.c 2007-06-19 11:40:01.000000000 -0500 -@@ -615,14 +615,14 @@ +--- a/source/registry/reg_perfcount.c ++++ b/source/registry/reg_perfcount.c +@@ -616,14 +616,14 @@ static bool _reg_perfcount_add_counter(P obj = NULL; memset(buf, 0, PERFCOUNT_MAX_LEN); memcpy(buf, data.dptr, data.dsize); |