Changeset aff587f in mainline
- Timestamp:
- 2011-09-02T15:22:24Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c1a0488
- Parents:
- 58cbb0c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/loc/loc.c
r58cbb0c8 raff587f 1231 1231 svc = loc_service_find_id(svc_id); 1232 1232 1233 if (cat == NULL || svc == NULL) { 1234 fibril_mutex_unlock(&cdir.mutex); 1235 fibril_mutex_unlock(&services_list_mutex); 1236 async_answer_0(iid, ENOENT); 1237 return; 1238 } 1239 1233 1240 fibril_mutex_lock(&cat->mutex); 1234 1241 retval = category_add_service(cat, svc);
Note:
See TracChangeset
for help on using the changeset viewer.