Re: [Openvpn-devel] [PATCH] make %x destination unsigned

2022-06-23 Thread frank
Acked-By: Frank Lichtenheld Trivial and looks correct to me according to the man sscanf. On Fri, May 13, 2022 at 01:19:01AM +0200, Heiko Hund wrote: > The %x specifier requires for the argument to be an unsigned int. > > Signed-off-by: Heiko Hund > --- > src/openvpn/options.c | 2 +- > 1 file

[Openvpn-devel] [PATCH] make %x destination unsigned

2022-05-12 Thread Heiko Hund
The %x specifier requires for the argument to be an unsigned int. Signed-off-by: Heiko Hund --- src/openvpn/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openvpn/options.c b/src/openvpn/options.c index 9ff384d0..3dbd3fab 100644 --- a/src/openvpn/options.c +++