diff options
author | Matt Johnston <matt@ucc.asn.au> | 2016-11-18 23:56:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-18 23:56:22 +0800 |
commit | 9f674382d55cb3b8effcb53cf8d7c2d368675f3d (patch) | |
tree | 69682ee5349807e7a9f9a5276b85e4dc76586548 /svr-chansession.c | |
parent | 6830a65923efc536a19c36cd1c362120b9d0d929 (diff) | |
parent | 0d9c3fe70b828ff4af3a7b9fa20a169afa1a1fae (diff) |
Merge pull request #27 from fperrad/20160325_lint
more linting
Diffstat (limited to 'svr-chansession.c')
-rw-r--r-- | svr-chansession.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-chansession.c b/svr-chansession.c index 6dbc8ad..22fc954 100644 --- a/svr-chansession.c +++ b/svr-chansession.c @@ -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")) |