[PATCH 2/3] openconnect_get_supported_protocols should return the number of protocols

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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>


[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux