BIND 10 trac1593, updated. fddc9d07afa5e4c26f701672c9503f353b27fe69 [1593] a couple of style fixes
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Feb 16 19:48:36 UTC 2012
The branch, trac1593 has been updated
via fddc9d07afa5e4c26f701672c9503f353b27fe69 (commit)
from 955d8f31227b9429548de4da6fbe40350509cf04 (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 fddc9d07afa5e4c26f701672c9503f353b27fe69
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Feb 16 10:40:10 2012 -0800
[1593] a couple of style fixes
-----------------------------------------------------------------------
Summary of changes:
src/bin/sockcreator/sockcreator.cc | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/sockcreator/sockcreator.cc b/src/bin/sockcreator/sockcreator.cc
index 68d77fb..00e0e7d 100644
--- a/src/bin/sockcreator/sockcreator.cc
+++ b/src/bin/sockcreator/sockcreator.cc
@@ -60,7 +60,8 @@ protocolError(const int fd, const char reason = 'I') {
// Return appropriate socket type constant for the socket type requested.
// The output_fd argument is required to report a protocol error.
-int getSocketType(const char type_code, const int output_fd) {
+int
+getSocketType(const char type_code, const int output_fd) {
int socket_type = 0;
switch (type_code) {
case 'T':
@@ -79,7 +80,8 @@ int getSocketType(const char type_code, const int output_fd) {
// Convert return status from getSock() to a character to be sent back to
// the caller.
-char getErrorCode(const int status) {
+char
+getErrorCode(const int status) {
char error_code = ' ';
switch (status) {
case -1:
More information about the bind10-changes
mailing list