|
Majordomo-Workers (April 1998) |
>>>>> "BF" == Bryan Fullerton <bryanf@samurai.com> writes:
BF> and hangs at this point - but it's still trying to relock the config
BF> file. When it calls _load_new is it checking the value of
BF> self->{loaded}?
It should never call _load_new if 'loaded' is true. _load_new is only
called from load, and all calls to load are conditional on 'loaded' being
false.
That's why I can only assume that the patched code is not actually being
executed.
- J<
References:
|