]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Refuse to handle forms without ->auth_id
authorDavid Woodhouse <dwmw2@infradead.org>
Tue, 4 May 2021 11:11:17 +0000 (12:11 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Tue, 4 May 2021 11:33:19 +0000 (12:33 +0100)
commit0b47ea1882346fdedfcd8a315f51aeb39e13459e
treee8971bd5a926d2a9ccf3eb94c00d98175afb0988
parent45366d7374f418554260af9bf9330a7a5b038217
Refuse to handle forms without ->auth_id

GUI authentication dialogs will really want this for saving responses.
And saved_form_field() will crash if it's NULL too.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
main.c