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