summaryrefslogtreecommitdiff
path: root/source4/dsdb/dns
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-02-25 12:19:44 +0000
committerAlexander Bokovoy <ab@samba.org>2015-02-25 16:32:29 +0100
commita99a5a34a54082162f920fcccbe5561320a5d40a (patch)
tree32aaed96eb3eade5ad47ff0b4341914f3b5cd8cd /source4/dsdb/dns
parentb72cc326f67d2b19f247e14424adc46275b2db25 (diff)
downloadsamba-a99a5a34a54082162f920fcccbe5561320a5d40a.tar.gz
Fix the developer O3 build
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> Autobuild-User(master): Alexander Bokovoy <ab@samba.org> Autobuild-Date(master): Wed Feb 25 16:32:29 CET 2015 on sn-devel-104
Diffstat (limited to 'source4/dsdb/dns')
-rw-r--r--source4/dsdb/dns/dns_update.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/dsdb/dns/dns_update.c b/source4/dsdb/dns/dns_update.c
index aa617c6aeca..972459a28ee 100644
--- a/source4/dsdb/dns/dns_update.c
+++ b/source4/dsdb/dns/dns_update.c
@@ -456,7 +456,8 @@ static NTSTATUS dnsupdate_dnsupdate_RODC(struct irpc_message *msg,
struct tevent_req *req;
int i, ret;
struct GUID ntds_guid;
- const char *site, *dnsdomain, *dnsforest, *ntdsguid, *hostname;
+ const char *site, *dnsdomain, *dnsforest, *ntdsguid;
+ const char *hostname = NULL;
struct ldb_dn *sid_dn;
const char *attrs[] = { "dNSHostName", NULL };
struct ldb_result *res;