summaryrefslogtreecommitdiffstats
path: root/sig.c
diff options
context:
space:
mode:
Diffstat (limited to 'sig.c')
-rw-r--r--sig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sig.c b/sig.c
index a5703f0..df8035e 100644
--- a/sig.c
+++ b/sig.c
@@ -268,7 +268,7 @@ print_status (const struct context *c, struct status_output *so)
#ifdef WIN32
if (tuntap_defined (c->c1.tuntap))
status_printf (so, "TAP-WIN32 driver status,\"%s\"",
- tap_win32_getinfo (c->c1.tuntap, &gc));
+ tap_win_getinfo (c->c1.tuntap, &gc));
#endif
status_printf (so, "END");