mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +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;
|
unsigned int i;
|
||||||
|
|
||||||
if (!ses.channels) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
TRACE(("enter chancleanup"))
|
TRACE(("enter chancleanup"))
|
||||||
for (i = 0; i < ses.chansize; i++) {
|
for (i = 0; i < ses.chansize; i++) {
|
||||||
if (ses.channels[i] != NULL) {
|
if (ses.channels[i] != NULL) {
|
||||||
|
Loading…
Reference in New Issue
Block a user