Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
a0a07a1b
Commit
a0a07a1b
authored
Dec 15, 2011
by
JINMEI Tatuya
Browse files
[1451] a couple of more editorial fixes
parent
a593cb48
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/ddns/ddns.py.in
View file @
a0a07a1b
...
...
@@ -75,12 +75,12 @@ class DDNSSession:
pass
class DDNSServer:
def __init__(self, cc_session
=
None):
def __init__(self, cc_session
=
None):
'''
Initialize the DDNS Server.
This sets up a ModuleCCSession for the BIND 10 system.
Parameters:
cc_session: If None (default), a new ModuleCCSession will be set up
cc_session: If None (default), a new ModuleCCSession will be set up
.
If specified, the given session will be used. This is
mainly used for testing.
'''
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment