]> mj.ucw.cz Git - libucw.git/commitdiff
Hmm, there was one reference to mp->pid, but the ASSERT didn't make
authorMartin Mares <mj@ucw.cz>
Wed, 22 Feb 2006 20:26:34 +0000 (20:26 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 22 Feb 2006 20:26:34 +0000 (20:26 +0000)
much sense anyway, so I am removing it.

lib/mainloop.c

index 99c8c872c5734c6069f54a2cfadb15ebb8258dc2..affc4aec8efa0845ca67b20b01816464a2125cec 100644 (file)
@@ -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)
     {