mirror of
https://github.com/clearml/dropbear
synced 2025-03-03 18:52:00 +00:00
m_close() rather than close()
This commit is contained in:
parent
6b5c6af613
commit
c67fc5693a
@ -119,7 +119,7 @@ fail:
|
||||
/* cleanup */
|
||||
m_free(chansess->x11authprot);
|
||||
m_free(chansess->x11authcookie);
|
||||
close(fd);
|
||||
m_close(fd);
|
||||
|
||||
return DROPBEAR_FAILURE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user