Changeset 912
- Timestamp:
- May 4, 2019, 6:26:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/prototype-v0/zoo-project/zoo-services/utils/status/service.c
r907 r912 72 72 return SERVICE_FAILED; 73 73 } 74 map tmpMap1=getMapFromMaps(conf,"lenv","semaphore")74 map* tmpMap1=getMapFromMaps(conf,"lenv","semaphore") 75 75 if(tmpMap1!=NULL && strcasecmp(tmpMap1->value,"Created")==0) 76 76 removeShmLock(conf,1);
Note: See TracChangeset
for help on using the changeset viewer.