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
d66a4843
Commit
d66a4843
authored
Mar 19, 2013
by
Michal 'vorner' Vaner
Browse files
[2737] Fix constant name
parent
c178521c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/python/isc/cc/session.py
View file @
d66a4843
...
...
@@ -61,7 +61,7 @@ class Session:
env
,
msg
=
self
.
recvmsg
(
False
)
if
not
env
:
raise
ProtocolError
(
"Could not get local name"
)
self
.
_lname
=
msg
[
CC_
HEADER
_LNAME
]
self
.
_lname
=
msg
[
CC_
PAYLOAD
_LNAME
]
if
not
self
.
_lname
:
raise
ProtocolError
(
"Could not get local name"
)
logger
.
debug
(
logger
.
DBGLVL_TRACE_BASIC
,
PYCC_LNAME_RECEIVED
,
...
...
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