Index: /branches/prototype-v0/zoo-project/zoo-services/utils/status/service.c
===================================================================
--- /branches/prototype-v0/zoo-project/zoo-services/utils/status/service.c	(revision 911)
+++ /branches/prototype-v0/zoo-project/zoo-services/utils/status/service.c	(revision 912)
@@ -72,5 +72,5 @@
       return SERVICE_FAILED;
     }
-    map tmpMap1=getMapFromMaps(conf,"lenv","semaphore")
+    map* tmpMap1=getMapFromMaps(conf,"lenv","semaphore")
     if(tmpMap1!=NULL && strcasecmp(tmpMap1->value,"Created")==0)
       removeShmLock(conf,1);
