[PATCH V3] Fix --os=win
David Woodhouse
dwmw2 at infradead.org
Wed Feb 19 05:14:29 EST 2014
On Sun, 2013-12-08 at 16:32 +0800, Antonio Borneo wrote:
> Running OpenConnect with flag "--os=win" we get
> vpninfo->csd_xmltag == "csd"
> In fact, in library.c we have:
> 85 else if (!strcmp(os, "win"))
> 86 vpninfo->csd_xmltag = "csd";
>
> In current code, the case (vpninfo->csd_xmltag == "csd") is
> grabbed by previous "else if()" condition and not evaluated
> anymore to extract "stuburl", "starturl" and "waiturl".
>
> Split the "else if" in independent statement.
> Modify comment above the function.
>
> Signed-off-by: Antonio Borneo <borneo.antonio at gmail.com>
> ---
>
> V1 -> V2: modify comments above function parse_auth_node()
> V2 -> V3: recover commit message
Committed with some modifications as
http://git.infradead.org/users/dwmw2/openconnect.git/commitdiff/78fc3227b
Apologies for the delay.
--
dwmw2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5745 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/openconnect-devel/attachments/20140219/19f7da92/attachment.bin>
More information about the openconnect-devel
mailing list