[SCM] Samba Shared Repository - branch master updated

Ralph Böhme slow at samba.org
Fri Jan 25 20:58:02 UTC 2019


The branch, master has been updated
       via  d93f901ed7d Fix tests when building with selftest but without developer
      from  e37f9956c1f smbd: uid: Don't crash if 'force group' is added to an existing share connection.

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit d93f901ed7d4b21693273e43dcc59aac2304513b
Author: Isaac Boukris <iboukris at gmail.com>
Date:   Thu Jan 24 12:31:27 2019 +0200

    Fix tests when building with selftest but without developer
    
    Signed-off-by: Isaac Boukris <iboukris at gmail.com>
    Reviewed-by: Ralph Boehme <slow at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Ralph Böhme <slow at samba.org>
    Autobuild-Date(master): Fri Jan 25 21:57:57 CET 2019 on sn-devel-144

-----------------------------------------------------------------------

Summary of changes:
 libcli/dns/dns_lookup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/libcli/dns/dns_lookup.c b/libcli/dns/dns_lookup.c
index 7402d443fba..cb0ede80f98 100644
--- a/libcli/dns/dns_lookup.c
+++ b/libcli/dns/dns_lookup.c
@@ -70,7 +70,7 @@ struct tevent_req *dns_lookup_send(TALLOC_CTX *mem_ctx,
 	if (resolv_conf_fp == NULL) {
 		const char *resolvconf = "/etc/resolv.conf";
 
-#ifdef DEVELOPER
+#ifdef ENABLE_SELFTEST
 		{
 			const char *envvar = getenv("RESOLV_CONF");
 			if (envvar != NULL) {


-- 
Samba Shared Repository



More information about the samba-cvs mailing list