From 5f8adf0efd555e3595c90d4223d06b9638340b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Dieter=20Walln=C3=B6fer?= Date: Sun, 31 Oct 2010 14:46:15 +0100 Subject: s4:dsdb/dns/dns_update.c - increase the timeout for the SPN and DNS update scripts Sometimes it can take longer than 10 sec. --- source4/dsdb/dns/dns_update.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/dsdb/dns') diff --git a/source4/dsdb/dns/dns_update.c b/source4/dsdb/dns/dns_update.c index 68ad03f1baa..ae5be44366f 100644 --- a/source4/dsdb/dns/dns_update.c +++ b/source4/dsdb/dns/dns_update.c @@ -297,7 +297,7 @@ static void dnsupdate_check_names(struct dnsupdate_service *service) DEBUG(3,("Calling DNS name update script\n")); service->nameupdate.subreq = samba_runcmd_send(service, service->task->event_ctx, - timeval_current_ofs(10, 0), + timeval_current_ofs(20, 0), 2, 0, dns_update_command, NULL); @@ -312,7 +312,7 @@ static void dnsupdate_check_names(struct dnsupdate_service *service) DEBUG(3,("Calling SPN name update script\n")); service->nameupdate.spnreq = samba_runcmd_send(service, service->task->event_ctx, - timeval_current_ofs(10, 0), + timeval_current_ofs(20, 0), 2, 0, spn_update_command, NULL); -- cgit v1.2.1