Set PROGNAME to that of the AppInterface

This commit is contained in:
Pierre Pronchery 2020-11-15 22:15:23 +01:00
parent b56f442d69
commit 0f17984191

View File

@ -46,7 +46,7 @@ typedef struct _VPNAppClientFD
/* constants */ /* constants */
#define APPINTERFACE "VPN" #define APPINTERFACE "VPN"
#define PROGNAME "libVPN" #define PROGNAME APPINTERFACE
/* variables */ /* variables */