BIND 10 trac1626, updated. 9f4292fa5d27c5569384ca57b7878be69cbf5499 [1626] remove wrong comment line
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Mar 29 16:08:25 UTC 2012
The branch, trac1626 has been updated
via 9f4292fa5d27c5569384ca57b7878be69cbf5499 (commit)
from 5a4cf2dd5915ed8f499570faa1005462396b233b (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 9f4292fa5d27c5569384ca57b7878be69cbf5499
Author: Jelte Jansen <jelte at isc.org>
Date: Thu Mar 29 18:07:50 2012 +0200
[1626] remove wrong comment line
-----------------------------------------------------------------------
Summary of changes:
src/lib/cc/data.cc | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/cc/data.cc b/src/lib/cc/data.cc
index 74f1514..612dc9c 100644
--- a/src/lib/cc/data.cc
+++ b/src/lib/cc/data.cc
@@ -317,7 +317,6 @@ str_from_stringstream(std::istream &in, const std::string& file, const int line,
while (c != EOF && c != '"') {
if (c == '\\') {
- // next char must be either another \ or "
// see the spec for allowed escape characters
if (strchr("\"\\/\b\f\n\r\t", in.peek()) != NULL) {
// drop the escape
More information about the bind10-changes
mailing list