Module Name: src
Committed By: christos
Date: Sat Mar 1 22:57:23 UTC 2014
Modified Files:
src/external/bsd/bind/dist/lib/dns: adb.c
Log Message:
fix indentation
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/bind/dist/lib/dns/adb.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/lib/dns/adb.c
diff -u src/external/bsd/bind/dist/lib/dns/adb.c:1.7 src/external/bsd/bind/dist/lib/dns/adb.c:1.8
--- src/external/bsd/bind/dist/lib/dns/adb.c:1.7 Fri Feb 28 22:24:36 2014
+++ src/external/bsd/bind/dist/lib/dns/adb.c Sat Mar 1 17:57:23 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: adb.c,v 1.7 2014/03/01 03:24:36 christos Exp $ */
+/* $NetBSD: adb.c,v 1.8 2014/03/01 22:57:23 christos Exp $ */
/*
* Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC")
@@ -4026,8 +4026,8 @@ dns_adb_adjustsrtt(dns_adb_t *adb, dns_a
addr->srtt = (unsigned int) new_srtt;
if (addr->entry->expires == 0) {
- isc_stdtime_get(&now);
- addr->entry->expires = now + ADB_ENTRY_WINDOW;
+ isc_stdtime_get(&now);
+ addr->entry->expires = now + ADB_ENTRY_WINDOW;
}
UNLOCK(&adb->entrylocks[bucket]);
@@ -4392,7 +4392,7 @@ dns_adb_freeaddrinfo(dns_adb_t *adb, dns
if (entry->expires == 0) {
isc_stdtime_get(&now);
- entry->expires = now + ADB_ENTRY_WINDOW;
+ entry->expires = now + ADB_ENTRY_WINDOW;
}
want_check_exit = dec_entry_refcnt(adb, overmem, entry, ISC_FALSE);