mirror of
https://github.com/clearml/dropbear
synced 2025-05-23 12:44:01 +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,
|
static int sessioncommand(struct Channel *channel, struct ChanSess *chansess,
|
||||||
int iscmd, int issubsys) {
|
int iscmd, int issubsys) {
|
||||||
|
|
||||||
unsigned int cmdlen;
|
unsigned int cmdlen = 0;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
TRACE(("enter sessioncommand"))
|
TRACE(("enter sessioncommand"))
|
||||||
|
Loading…
Reference in New Issue
Block a user