Changeset 210 for trunk/utils.c

Show
Ignore:
Timestamp:
10/02/2006 01:11:40 AM (2 years ago)
Author:
moo
Message:

revert wrong commit in [209]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/utils.c

    r209 r210  
    433433    /* install class */ 
    434434    while (b != NULL) { 
    435         xc_install_class(sandbox->filename, (xc_cest_t*) b->pData, -1, 
     435        xc_install_class(sandbox->filename, (xc_cest_t*) b->pData, 
    436436                BUCKET_KEY_TYPE(b), ZSTR(BUCKET_KEY_S(b)), b->nKeyLength TSRMLS_CC); 
    437437        b = b->pListNext;