diff options
-rw-r--r-- | source3/utils/net_ads.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index bb78ecbf12..c17367a0a4 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 */ |