Module Name: src
Committed By: christos
Date: Sat Mar 1 22:50:34 UTC 2014
Modified Files:
src/external/bsd/bind/dist/bin/named: query.c
Log Message:
fix indentation
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/bsd/bind/dist/bin/named/query.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/bind/dist/bin/named/query.c
diff -u src/external/bsd/bind/dist/bin/named/query.c:1.14 src/external/bsd/bind/dist/bin/named/query.c:1.15
--- src/external/bsd/bind/dist/bin/named/query.c:1.14 Fri Feb 28 22:24:32 2014
+++ src/external/bsd/bind/dist/bin/named/query.c Sat Mar 1 17:50:34 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: query.c,v 1.14 2014/03/01 03:24:32 christos Exp $ */
+/* $NetBSD: query.c,v 1.15 2014/03/01 22:50:34 christos Exp $ */
/*
* Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC")
@@ -6608,7 +6608,7 @@ query_find(ns_client_t *client, dns_fetc
* and set the TTL then.
*/
if (dns_rdataset_isassociated(rdataset))
- dns_rdataset_disassociate(rdataset);
+ dns_rdataset_disassociate(rdataset);
} else {
/*
* We will add this rdataset.