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 <ibouk...@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 <ibouk...@gmail.com>
    Reviewed-by: Ralph Boehme <s...@samba.org>
    Reviewed-by: Jeremy Allison <j...@samba.org>
    
    Autobuild-User(master): Ralph Böhme <s...@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

Reply via email to