From: JINMEI Tatuya Date: Sat, 9 Jun 2012 21:40:03 +0000 (-0700) Subject: [1978] cleanup: remove a garbage character somehow inserted in previous commit. X-Git-Tag: trac2351_base~226^2~59^2~2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18cd6a77d6a673679aaec4717267a06bcce2995a;p=thirdparty%2Fkea.git [1978] cleanup: remove a garbage character somehow inserted in previous commit. --- diff --git a/src/bin/ddns/ddns.py.in b/src/bin/ddns/ddns.py.in index ec08a0b5ee..6d44623cf5 100755 --- a/src/bin/ddns/ddns.py.in +++ b/src/bin/ddns/ddns.py.in @@ -437,7 +437,7 @@ class DDNSServer: Note also that we directly refer to the "protected" member of ccsession (_cc._session) rather than creating a separate channel. -o It's probably not the best practice, but hopefully we can introduce + It's probably not the best practice, but hopefully we can introduce a cleaner way when we support asynchronous communication. At the moment we prefer the brevity with the use of internal channel of the cc session.