Changeset 738 for trunk/server/items.c
- Timestamp:
- 03/03/08 05:08:26 (21 months ago)
- Files:
-
- 1 modified
-
trunk/server/items.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/items.c
r737 r738 89 89 return 0; 90 90 91 it = slabs_alloc(ntotal );91 it = slabs_alloc(ntotal, id); 92 92 if (it == 0) { 93 93 int tries = 50; … … 120 120 } 121 121 } 122 it = slabs_alloc(ntotal );122 it = slabs_alloc(ntotal, id); 123 123 if (it == 0) return NULL; 124 124 }
