]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Move prepare_stoken() call to generic openconnect_obtain_cookie()
authorDavid Woodhouse <dwmw2@infradead.org>
Mon, 5 Nov 2018 09:14:08 +0000 (10:14 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Mon, 5 Nov 2018 09:18:33 +0000 (10:18 +0100)
commit0c605cfcb09cdbd9a4d1d9d1bb351cc930419de5
tree27dc1397311e66c09c1d34aba92ad933af9f2a6c
parentc7140a5052f280cd89ac58f5c215985212ea45a9
Move prepare_stoken() call to generic openconnect_obtain_cookie()

We were missing it for Juniper. Rather than adding a third copy of the
same code, put it in the generic caller.

Reported-by: Andy Wang <dopey@moonteeth.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
auth-globalprotect.c
auth.c
library.c