Signed-off-by: David Sommerseth <[email protected]>
---
 src/openvpn/argv.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/openvpn/argv.c b/src/openvpn/argv.c
index f8287b7..596e59c 100644
--- a/src/openvpn/argv.c
+++ b/src/openvpn/argv.c
@@ -252,7 +252,6 @@ argv_printf_arglist (struct argv *a, const char *format, 
va_list arglist)
               char *s1 = va_arg (arglist, char *);
               char *s2 = va_arg (arglist, char *);
               char *combined;
-              char *cmd_name;
 
               if (!s1) s1 = "";
               if (!s2) s2 = "";
-- 
1.8.3.1


------------------------------------------------------------------------------
_______________________________________________
Openvpn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to