Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
55d93131
Commit
55d93131
authored
Jul 23, 2017
by
Josh Soref
Browse files
spelling: timeout
parent
2ecaf17c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/shell/kea-shell.in
View file @
55d93131
...
@@ -37,7 +37,7 @@ else:
...
@@ -37,7 +37,7 @@ else:
raise SystemExit("Unknown python version:" + str(sys.version_info[0]))
raise SystemExit("Unknown python version:" + str(sys.version_info[0]))
def timeout_handler(signum, frame):
def timeout_handler(signum, frame):
"""Connection timeo
o
ut handler"""
"""Connection timeout handler"""
del signum, frame
del signum, frame
print("Connection timeout")
print("Connection timeout")
sys.exit(1)
sys.exit(1)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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