Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Never ever fork if version info is requested.
Vsevolod Stakhov committed 12 years ago
commit 22228269d76012cb2ee8c583cea6c35b989e89f7
parent 3f7ec53fb732f51a8460832fcbfa07638db7674c
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) {