git: bbcea8510964 - stable/13 - Fix build after 5f2e1835054ee84f2e68ebc890d92716a91775b7.

Michael Tuexen tuexen at FreeBSD.org
Sun Jun 6 23:39:06 UTC 2021


The branch stable/13 has been updated by tuexen:

URL: https://cgit.FreeBSD.org/src/commit/?id=bbcea851096428038b5b4eec21e66037ed67c0e5

commit bbcea851096428038b5b4eec21e66037ed67c0e5
Author:     Alexander Motin <mav at FreeBSD.org>
AuthorDate: 2021-05-03 00:07:38 +0000
Commit:     Michael Tuexen <tuexen at FreeBSD.org>
CommitDate: 2021-06-02 21:49:33 +0000

    Fix build after 5f2e1835054ee84f2e68ebc890d92716a91775b7.
    
    (cherry picked from commit 655c200cc89185c940bc7d5724be09a0f2e1a8a6)
---
 sys/netinet/sctp_input.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netinet/sctp_input.c b/sys/netinet/sctp_input.c
index 072322ea074a..10e1c37c6cfb 100644
--- a/sys/netinet/sctp_input.c
+++ b/sys/netinet/sctp_input.c
@@ -1534,7 +1534,7 @@ sctp_process_cookie_existing(struct mbuf *m, int iphlen, int offset,
 			break;
 		}		/* end switch */
 		sctp_stop_all_cookie_timers(stcb);
-		if ((ret = sctp_load_addresses_from_init(stcb, m,
+		if ((retval = sctp_load_addresses_from_init(stcb, m,
 		    init_offset + sizeof(struct sctp_init_chunk),
 		    initack_offset, src, dst, init_src, stcb->asoc.port)) < 0) {
 			if (how_indx < sizeof(asoc->cookie_how))


More information about the dev-commits-src-all mailing list