From a99a5a34a54082162f920fcccbe5561320a5d40a Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 25 Feb 2015 12:19:44 +0000 Subject: Fix the developer O3 build Signed-off-by: Volker Lendecke Reviewed-by: Alexander Bokovoy Autobuild-User(master): Alexander Bokovoy Autobuild-Date(master): Wed Feb 25 16:32:29 CET 2015 on sn-devel-104 --- source4/dsdb/dns/dns_update.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/dsdb/dns') 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; -- cgit v1.2.1