Changeset 746 for vendor/current/source3/lib/fncall.c
- Timestamp:
- Nov 27, 2012, 4:56:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/lib/fncall.c
r740 r746 281 281 int job_id; 282 282 283 job_id = pthreadpool_finished_job(ctx->pool); 284 if (job_id <= 0) { 283 if (pthreadpool_finished_job(ctx->pool, &job_id) != 0) { 285 284 return; 286 285 }
Note:
See TracChangeset
for help on using the changeset viewer.