From 0f1798419184659faee16360bdc1a0ae6d166a92 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 15 Nov 2020 22:15:23 +0100 Subject: [PATCH] Set PROGNAME to that of the AppInterface --- tools/vpn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/vpn.c b/tools/vpn.c index 6febeb9..0c81f58 100644 --- a/tools/vpn.c +++ b/tools/vpn.c @@ -46,7 +46,7 @@ typedef struct _VPNAppClientFD /* constants */ #define APPINTERFACE "VPN" -#define PROGNAME "libVPN" +#define PROGNAME APPINTERFACE /* variables */