Sun Oct 9 14:53:54 2016 UTC ()
PR/51542: Henning Petersen: replace , with ;


(christos)
diff -r1.11 -r1.12 src/external/bsd/bind/dist/bin/named/xfrout.c

cvs diff -r1.11 -r1.12 src/external/bsd/bind/dist/bin/named/Attic/xfrout.c (expand / switch to context diff)
--- src/external/bsd/bind/dist/bin/named/Attic/xfrout.c 2016/05/26 16:49:56 1.11
+++ src/external/bsd/bind/dist/bin/named/Attic/xfrout.c 2016/10/09 14:53:54 1.12
@@ -1,4 +1,4 @@
-/*	$NetBSD: xfrout.c,v 1.11 2016/05/26 16:49:56 christos Exp $	*/
+/*	$NetBSD: xfrout.c,v 1.12 2016/10/09 14:53:54 christos Exp $	*/
 
 /*
  * Copyright (C) 2004-2015  Internet Systems Consortium, Inc. ("ISC")
@@ -1186,7 +1186,7 @@
 	xfr->txmem = NULL;
 	xfr->txmemlen = 0;
 	xfr->nmsg = 0;
-	xfr->many_answers = many_answers,
+	xfr->many_answers = many_answers;
 	xfr->sends = 0;
 	xfr->shuttingdown = ISC_FALSE;
 	xfr->mnemonic = NULL;