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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user