Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matt Johnston
dropbear
Commits
d8e61e51
Commit
d8e61e51
authored
Jan 15, 2006
by
Matt Johnston
Browse files
* svr-tcpfwd.c: should be MAX_NAME_LEN not MAXNAMLEN
--HG-- extra : convert_revision : f3f6f865b6d723add601feabf155a1fcc084b0aa
parent
bf045a05
Changes
1
Hide whitespace changes
Inline
Side-by-side
svr-tcpfwd.c
View file @
d8e61e51
...
...
@@ -80,7 +80,7 @@ void recv_msg_global_request_remotetcp() {
reqname
=
buf_getstring
(
ses
.
payload
,
&
namelen
);
wantreply
=
buf_getbool
(
ses
.
payload
);
if
(
namelen
>
MAXNAMLEN
)
{
if
(
namelen
>
MAX
_
NAM
E_
LEN
)
{
TRACE
((
"name len is wrong: %d"
,
namelen
))
goto
out
;
}
...
...
Write
Preview
Supports
Markdown
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