BIND 10 trac3343, updated. 1801400ac874380e7a565d373b4bae96a49e21f7 [3343] Indentation fixed.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Feb 27 17:30:40 UTC 2014
The branch, trac3343 has been updated
via 1801400ac874380e7a565d373b4bae96a49e21f7 (commit)
from 0f3239b105f9abc8d7f31a1a0b487fda90ba53f8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1801400ac874380e7a565d373b4bae96a49e21f7
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Thu Feb 27 18:30:25 2014 +0100
[3343] Indentation fixed.
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp4/dhcp4_srv.cc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp4/dhcp4_srv.cc b/src/bin/dhcp4/dhcp4_srv.cc
index 7199fa1..ffb57a0 100644
--- a/src/bin/dhcp4/dhcp4_srv.cc
+++ b/src/bin/dhcp4/dhcp4_srv.cc
@@ -232,9 +232,9 @@ Dhcpv4Srv::run() {
}
}
- // Assign this packet to one or more classes if needed. We need to do this
- // before calling accept(), because getSubnet4() may need client class
- // information.
+ // Assign this packet to one or more classes if needed. We need to do
+ // this before calling accept(), because getSubnet4() may need client
+ // class information.
classifyPacket(query);
// Check whether the message should be further processed or discarded.
More information about the bind10-changes
mailing list