1
1

oob/usock: drop message to be sent in process_send()

Этот коммит содержится в:
Gilles Gouaillardet 2016-04-04 16:04:54 +09:00
родитель 170734182b
Коммит d757fbba5d

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

@ -316,6 +316,10 @@ static void process_send(int fd, short args, void *cbdata)
goto cleanup;
}
if (MCA_OOB_USOCK_CLOSED == peer->state) {
/* the peer has gone, it will never come back */
goto cleanup;
}
/* add the message to the queue for sending after the
* connection is formed
*/