summaryrefslogtreecommitdiff
path: root/app/openvpn/src/openvpn/sig.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/openvpn/src/openvpn/sig.c')
-rw-r--r--app/openvpn/src/openvpn/sig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/openvpn/src/openvpn/sig.c b/app/openvpn/src/openvpn/sig.c
index 90e39a42..a3d29de0 100644
--- a/app/openvpn/src/openvpn/sig.c
+++ b/app/openvpn/src/openvpn/sig.c
@@ -126,7 +126,7 @@ print_signal (const struct signal_info *si, const char *title, int msglevel)
{
const char *type = (si->signal_text ? si->signal_text : "");
const char *t = (title ? title : "process");
- const char *hs;
+ const char *hs = NULL;
switch (si->source)
{
case SIG_SOURCE_SOFT: