initialize LL elements
authorMichal Voců <michal@ruk.cuni.cz>
Thu, 2 Apr 2009 10:11:08 +0000 (10:11 +0000)
committerMichal Voců <michal@ruk.cuni.cz>
Thu, 2 Apr 2009 10:11:08 +0000 (10:11 +0000)
org.glite.lb.logger/src/event_store.c

index ad1a5f2..47ef49d 100644 (file)
@@ -1064,6 +1064,8 @@ event_store_find(char *job_id_s, const char *filename)
     return(NULL);
   }
   p->es = es;
+  p->jobid_next = p;
+  p->jobid_prev = p;
   es->le = p;
 
   if(filename != NULL && d != NULL) {