patch-source3_lib_util_c 577 B

123456789101112131415161718
  1. --- samba-4.6.6.orig/source3/lib/util.c 2017-02-09 08:45:27.000000000 +0100
  2. +++ samba-4.6.6/source3/lib/util.c 2017-08-02 21:54:59.695281066 +0200
  3. @@ -565,6 +565,7 @@ char *get_mydnsdomname(TALLOC_CTX *ctx)
  4. }
  5. }
  6. +#if 0
  7. #if (defined(HAVE_NETGROUP) && defined(WITH_AUTOMOUNT))
  8. /******************************************************************
  9. Remove any mount options such as -rsize=2048,wsize=2048 etc.
  10. @@ -687,6 +688,7 @@ char *automount_lookup(TALLOC_CTX *ctx,
  11. }
  12. #endif /* WITH_NISPLUS_HOME */
  13. #endif
  14. +#endif
  15. bool process_exists(const struct server_id pid)
  16. {