[PATCH 2/3] openconnect_get_supported_protocols should return the number of protocols
David Woodhouse
dwmw2 at infradead.org
Wed Apr 19 03:06:01 PDT 2017
On Sun, 2017-04-09 at 02:03 -0700, Daniel Lenski wrote:
> Signed-off-by: Daniel Lenski <dlenski at gmail.com>
> ---
> library.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/library.c b/library.c
> index 86b524a..48f458a 100644
> --- a/library.c
> +++ b/library.c
> @@ -178,7 +178,7 @@ int openconnect_get_supported_protocols(struct oc_vpn_proto **protos)
> pr->description = _(p->description);
> pr->flags = p->flags;
> }
> - return 0;
> + return (p - openconnect_protos);
> }
>
> void openconnect_free_supported_protocols(struct oc_vpn_proto *protos)
Is there a reason not to collapse that into the previous commit?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4938 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/openconnect-devel/attachments/20170419/b0859040/attachment.bin>
More information about the openconnect-devel
mailing list