[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Mon Oct 10 08:00:03 MDT 2011


The branch, master has been updated
       via  7119c8b s3-net: when all DNS servers fail to operate, the overal DNS registration result must be a failure.
      from  f47b405 ldb: change version to 1.1.3 after pyldb changes

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


- Log -----------------------------------------------------------------
commit 7119c8ba1461beafae64ebfe1f26c0e2b893b293
Author: Günther Deschner <gd at samba.org>
Date:   Mon Oct 10 13:06:51 2011 +0200

    s3-net: when all DNS servers fail to operate, the overal DNS registration result
    must be a failure.
    
    Guenther
    
    Autobuild-User: Günther Deschner <gd at samba.org>
    Autobuild-Date: Mon Oct 10 15:59:20 CEST 2011 on sn-devel-104

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

Summary of changes:
 source3/utils/net_ads.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c
index bb78ecb..c17367a 100644
--- a/source3/utils/net_ads.c
+++ b/source3/utils/net_ads.c
@@ -1200,6 +1200,8 @@ static NTSTATUS net_update_dns_internal(TALLOC_CTX *ctx, ADS_STRUCT *ads,
 
 	for (i=0; i < ns_count; i++) {
 
+		status = NT_STATUS_UNSUCCESSFUL;
+
 		/* Now perform the dns update - we'll try non-secure and if we fail,
 		   we'll follow it up with a secure update */
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list