avoid pre-matuire exit (byemessage not called)
This commit is contained in:
parent
80a767f6cd
commit
06df6ca8e7
|
|
@ -68,7 +68,6 @@ com_quit(wordlist *wl)
|
||||||
#endif
|
#endif
|
||||||
while (ft_curckt)
|
while (ft_curckt)
|
||||||
com_remcirc(NULL);
|
com_remcirc(NULL);
|
||||||
exit(exitcode);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* start to clean up the mess */
|
/* start to clean up the mess */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue