summaryrefslogtreecommitdiff
path: root/src/tapctl/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tapctl/main.c')
-rw-r--r--src/tapctl/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tapctl/main.c b/src/tapctl/main.c
index 31bb2ec..d5bc729 100644
--- a/src/tapctl/main.c
+++ b/src/tapctl/main.c
@@ -237,7 +237,7 @@ _tmain(int argc, LPCTSTR argv[])
}
/* Rename the adapter. */
- dwResult = tap_set_adapter_name(&guidAdapter, szName);
+ dwResult = tap_set_adapter_name(&guidAdapter, szName, FALSE);
if (dwResult != ERROR_SUCCESS)
{
StringFromIID((REFIID)&guidAdapter, &szAdapterId);