--- multiplexer/dispatch.c 2001/05/02 16:27:12 1.5 +++ multiplexer/dispatch.c 2001/05/03 13:21:45 1.6 @@ -153,6 +153,7 @@ void dispatch (void) command_expected (&nfds, &ufds[0]); onfds = nfds; bo = output_available (&nfds, &ufds[onfds], &tmo); + splice_all_configuration (); } process_finish (); output_finish (); @@ -166,7 +167,7 @@ void dispatch (void) int i, u, s; i = 0; s = 0; - fprintf (stderr,"lines: %8d\n",(int)logtpc); + fprintf (stderr, "lines: %8d\n", (int)logtpc); while (i < logtpc) { u = (logtp[i].usec > 0 ? 1000000 : 0) - logtp[i].usec; s += u; @@ -193,7 +194,7 @@ void dispatch (void) ); i += 1; } - fprintf (stderr,"%43d\n",s); + fprintf (stderr, "%43d\n", s); } #endif }