[svn] commit: r3732 - /branches/trac408/src/lib/nsas/nameserver_entry.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Dec 6 15:25:37 UTC 2010
Author: vorner
Date: Mon Dec 6 15:25:37 2010
New Revision: 3732
Log:
Slight style fix
Modified:
branches/trac408/src/lib/nsas/nameserver_entry.cc
Modified: branches/trac408/src/lib/nsas/nameserver_entry.cc
==============================================================================
--- branches/trac408/src/lib/nsas/nameserver_entry.cc (original)
+++ branches/trac408/src/lib/nsas/nameserver_entry.cc Mon Dec 6 15:25:37 2010
@@ -342,6 +342,8 @@
lock.unlock();
askIP(resolver, RRType::A(), V4_ONLY);
askIP(resolver, RRType::AAAA(), V6_ONLY);
+ // Make sure we end the routine when we are not locked
+ return;
} else {
// We already asked. Do we expect this address type still to come?
if (!expect_address_[family]) {
More information about the bind10-changes
mailing list