Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matt Johnston
dropbear
Commits
2e38ac75
Commit
2e38ac75
authored
Jan 01, 2016
by
Francois Perrad
Browse files
initialize variable
parent
f208d792
Changes
1
Hide whitespace changes
Inline
Side-by-side
svr-chansession.c
View file @
2e38ac75
...
...
@@ -634,7 +634,7 @@ static void make_connection_string(struct ChanSess *chansess) {
static
int
sessioncommand
(
struct
Channel
*
channel
,
struct
ChanSess
*
chansess
,
int
iscmd
,
int
issubsys
)
{
unsigned
int
cmdlen
;
unsigned
int
cmdlen
=
0
;
int
ret
;
TRACE
((
"enter sessioncommand"
))
...
...
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