mirror of
https://github.com/clearml/dropbear
synced 2025-03-10 05:50:15 +00:00
initialize variable
This commit is contained in:
parent
f208d7920c
commit
2e38ac7504
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user