reviewed util.c 42309325
arg@mmvi · 2006-09-20 09:49 1 file(s) · +2 −1
util.c +2 −1
47 47
48 48
	if(!arg->cmd)
49 49
		return;
50 -
	/* the double-fork construct avoids zombie processes */
50 +
	/* The double-fork construct avoids zombie processes and keeps the code
51 +
	 * clean from stupid signal handlers. */
51 52
	if(fork() == 0) {
52 53
		if(fork() == 0) {
53 54
			if(dpy)