Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Never ever fork if version info is requested.
Vsevolod Stakhov committed 12 years ago
commit 22228269d76012cb2ee8c583cea6c35b989e89f7
parent 3f7ec53
1 file changed +1 -1
modified src/main.c
@@ -562,7 +562,7 @@ main(int argc, char **argv)
	optreset = 1;
	optind = 1;

-
	if (debug == 0)
+
	if (debug == 0 && version == 0)
		start_process_worker();

	if (jail_str != NULL && chroot_path != NULL) {