From: mar Date: Thu, 11 Aug 1988 11:56:17 +0000 (+0000) Subject: Override didn't work as it should X-Git-Tag: KREL1~230 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/4112693b4ff4ef0c057d8bfc4a15280974f4c776 Override didn't work as it should --- diff --git a/dcm/dcm.c b/dcm/dcm.c index 54fca1aa..3afa5def 100644 --- a/dcm/dcm.c +++ b/dcm/dcm.c @@ -344,7 +344,8 @@ struct service *svc; goto free_mach; } if (!shost.enable || shost.hosterror || - (shost.success && shost.lastsuccess > svc->dfgen)) { + (shost.success && !shost.override && + shost.lastsuccess > svc->dfgen)) { if (dbg & DBG_TRACE) com_err(whoami, 0, "not updating %s:%s", svc->service, machine); goto free_mach;