]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix fallout of r319722 in CTL HA.
authorAlexander Motin <mav@FreeBSD.org>
Tue, 26 May 2020 15:08:35 +0000 (15:08 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Tue, 26 May 2020 15:08:35 +0000 (15:08 +0000)
commit3873b14991096dabd4fa0930acea3e83076bcd0c
treef9d17e0fca1ab0a5d0251477e0e02848ff3c5ceb
parentb01edfb515c96c7b437127f62a809da45435d2e7
Fix fallout of r319722 in CTL HA.

ha_lso is a listening socket (unless bind() has failed), so should use
solisten_upcall_set(NULL, NULL), not soupcall_clear().

MFC after: 1 week
Sponsored by: iXsystems, Inc.
sys/cam/ctl/ctl_ha.c