BIND 10 trac2541, updated. b1c2cce67f50c0da6ff45744f98142353166482f [2541] editorial: removed unnecessary '; '
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Dec 11 18:55:08 UTC 2012
The branch, trac2541 has been updated
via b1c2cce67f50c0da6ff45744f98142353166482f (commit)
from ea1a4ef9ac12b377a8c6b407ac488a1cb3805ba0 (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 b1c2cce67f50c0da6ff45744f98142353166482f
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Dec 11 10:55:01 2012 -0800
[2541] editorial: removed unnecessary ';'
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/client.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/client.h b/src/lib/datasrc/client.h
index ed8627b..33d1faa 100644
--- a/src/lib/datasrc/client.h
+++ b/src/lib/datasrc/client.h
@@ -400,7 +400,7 @@ public:
virtual bool createZone(const dns::Name&) {
isc_throw(isc::NotImplemented,
"Data source doesn't support addZone");
- };
+ }
};
}
}
More information about the bind10-changes
mailing list