so that it would trigger faster. The change should have never been
committed.
/*
- * $Id: cbdata.cc,v 1.66 2005/12/08 20:08:46 wessels Exp $
+ * $Id: cbdata.cc,v 1.67 2005/12/09 16:03:23 wessels Exp $
*
* DEBUG: section 45 Callback Data Registry
* ORIGINAL AUTHOR: Duane Wessels
c->check(__LINE__);
- assert(c->locks < 655);
+ assert(c->locks < 65535);
c->locks++;
}