diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-04-27 20:54:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-04-27 20:54:43 +0200 |
commit | 58549cb7a62a895b87d44efe98d8ce2e624b5d6f (patch) | |
tree | e68571e0501ef5da89dbe1089ad9f3eef470ac06 /package/samba/patches/patch-source3_lib_util_c | |
parent | 5ffc823114c78a9470a2ad17b2985575ecd362ec (diff) | |
parent | ce815fbe043c69f7ab8c51a3fa93c14445d7e1fc (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/samba/patches/patch-source3_lib_util_c')
-rw-r--r-- | package/samba/patches/patch-source3_lib_util_c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/package/samba/patches/patch-source3_lib_util_c b/package/samba/patches/patch-source3_lib_util_c new file mode 100644 index 000000000..41b3afb06 --- /dev/null +++ b/package/samba/patches/patch-source3_lib_util_c @@ -0,0 +1,18 @@ +--- samba-4.2.1.orig/source3/lib/util.c 2015-01-16 09:18:39.000000000 +0100 ++++ samba-4.2.1/source3/lib/util.c 2015-04-26 13:26:28.000000000 +0200 +@@ -562,6 +562,7 @@ char *get_mydnsdomname(TALLOC_CTX *ctx) + } + } + ++#if 0 + #if (defined(HAVE_NETGROUP) && defined(WITH_AUTOMOUNT)) + /****************************************************************** + Remove any mount options such as -rsize=2048,wsize=2048 etc. +@@ -684,6 +685,7 @@ char *automount_lookup(TALLOC_CTX *ctx, + } + #endif /* WITH_NISPLUS_HOME */ + #endif ++#endif + + bool process_exists(const struct server_id pid) + { |