Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/bind/dist/bin/named PR/51542: Henning Petersen:...
details: https://anonhg.NetBSD.org/src/rev/0c0ffef90ec7
branches: trunk
changeset: 348212:0c0ffef90ec7
user: christos <christos%NetBSD.org@localhost>
date: Sun Oct 09 14:53:54 2016 +0000
description:
PR/51542: Henning Petersen: replace , with ;
diffstat:
external/bsd/bind/dist/bin/named/xfrout.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 118bacd713e4 -r 0c0ffef90ec7 external/bsd/bind/dist/bin/named/xfrout.c
--- a/external/bsd/bind/dist/bin/named/xfrout.c Sun Oct 09 14:52:50 2016 +0000
+++ b/external/bsd/bind/dist/bin/named/xfrout.c Sun Oct 09 14:53:54 2016 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index