1
1

ssh_event_dopoll can also return SSH_AGAIN

Signed-off-by: Till Wimmer <g4-lisz@tonarchiv.ch>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
Till Wimmer 2019-02-25 17:09:45 +01:00 коммит произвёл Andreas Schneider
родитель 4a67c19118
Коммит 8234df5dec

Просмотреть файл

@ -952,6 +952,7 @@ int ssh_event_add_connector(ssh_event event, ssh_connector connector){
* the poll() function. * the poll() function.
* @returns SSH_OK on success. * @returns SSH_OK on success.
* SSH_ERROR Error happened during the poll. * SSH_ERROR Error happened during the poll.
* SSH_AGAIN Timeout occured
*/ */
int ssh_event_dopoll(ssh_event event, int timeout) { int ssh_event_dopoll(ssh_event event, int timeout) {
int rc; int rc;