From: Martin Mares Date: Wed, 22 Feb 2006 20:26:34 +0000 (+0000) Subject: Hmm, there was one reference to mp->pid, but the ASSERT didn't make X-Git-Tag: holmes-import~674^2~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=026abfb41e6da4549eb7e63d6669bd5c8a14c55d;p=libucw.git Hmm, there was one reference to mp->pid, but the ASSERT didn't make much sense anyway, so I am removing it. --- diff --git a/lib/mainloop.c b/lib/mainloop.c index 99c8c872..affc4aec 100644 --- a/lib/mainloop.c +++ b/lib/mainloop.c @@ -283,7 +283,6 @@ process_del(struct main_process *mp) int process_fork(struct main_process *mp) { - ASSERT(!mp->pid); pid_t pid = fork(); if (pid < 0) {