Let me clarify. I thought that the code that set the defaults in p.y was
only called on monit startup. What conditions could cause me to visit
this code again?
On Wed, 2002-11-20 at 19:13, Rory Toma wrote:
So, I've about got the order dependency nailed. However, I've broken
validate in doing so. I've tracked my problem down to p.y. For some
reason, the way I'm doing it is invoking the code in p.y that sets the
default value of do_validate to TRUE, clobbering the FALSE value I've
put in.
Hopefully I can figure a way around this tomorrow. If not, I'll post the
patch and see if one of you can.