]> mj.ucw.cz Git - libucw.git/blobdiff - lib/mainloop.c
First bits of the sorter infrastructure.
[libucw.git] / 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)
     {