openbsd-ports/net/maradns/patches/patch-tcp_zoneserver_c
sturm 9bfed0d940 update to maradns 1.3.07.09
based on a diff by Vlad Glagolev
2008-08-20 20:13:36 +00:00

13 lines
489 B
Plaintext

$OpenBSD: patch-tcp_zoneserver_c,v 1.1 2008/08/20 20:13:36 sturm Exp $
--- tcp/zoneserver.c.orig Mon Aug 18 17:55:03 2008
+++ tcp/zoneserver.c Mon Aug 18 17:55:17 2008
@@ -1014,7 +1014,7 @@ int main(int argc, char **argv) {
js_string *synth_soa_origin;
/* Kill children processes when we are signaled */
- if(setpgrp()) {
+ if(setpgrp(0,0)) {
printf(strerror(errno)); /* harderror() would kill the group which may not be correct yet */
return 3;
}