mirror of
https://github.com/clearml/dropbear
synced 2025-03-03 10:41:39 +00:00
remove unneeded check
--HG-- branch : fuzz
This commit is contained in:
parent
114438e669
commit
84a143a605
@ -88,10 +88,6 @@ void chancleanup() {
|
||||
|
||||
unsigned int i;
|
||||
|
||||
if (!ses.channels) {
|
||||
return;
|
||||
}
|
||||
|
||||
TRACE(("enter chancleanup"))
|
||||
for (i = 0; i < ses.chansize; i++) {
|
||||
if (ses.channels[i] != NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user