BIND 10 trac1596, updated. 0a78488462cb3d7998f8af45fc830c18648dd45e [1596] a minor style fix: adding () for return.

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Feb 13 18:24:39 UTC 2012


The branch, trac1596 has been updated
       via  0a78488462cb3d7998f8af45fc830c18648dd45e (commit)
      from  809c35dc7dfc5e9fd0a498928f6aaff89049757c (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 0a78488462cb3d7998f8af45fc830c18648dd45e
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Feb 13 10:24:03 2012 -0800

    [1596] a minor style fix: adding () for return.

-----------------------------------------------------------------------

Summary of changes:
 src/bin/resolver/main.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/resolver/main.cc b/src/bin/resolver/main.cc
index 528b31b..b390f33 100644
--- a/src/bin/resolver/main.cc
+++ b/src/bin/resolver/main.cc
@@ -96,7 +96,7 @@ my_command_handler(const string& command, ConstElementPtr args) {
                 if (my_pid != pid) {
                     // It is not for us (this is expected, see auth/command.cc
                     // and the ShutdownCommand there).
-                    return answer;
+                    return (answer);
                 }
             }
             LOG_DEBUG(resolver_logger, RESOLVER_DBG_INIT, RESOLVER_SHUTDOWN);




More information about the bind10-changes mailing list