K 10 svn:author V 4 nate K 8 svn:date V 27 1997-02-11T17:22:46.000000Z K 7 svn:log V 236 In the disable_slot() routine, the variable "i" was being used without ever being initialized. From examining the rest of the routine, it looks like this is a typo, and it really should have been "1" instead of "i". Submitted by: mpp END