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

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

 



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)
-- 
2.7.4




[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