summaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2019-06-27 11:12:42 +0200
committerlurchi <lurchi@strangeplace.net>2019-06-27 11:41:34 +0200
commitf54e8c82dc843aee294e61882d049b3870b458f0 (patch)
tree81b3530aaaf9caca800930f7e0643b880f7340be /src/vpn
parent6e75970dbd2e05d75712ee2112002c1c18a52074 (diff)
downloadgnunet-f54e8c82dc843aee294e61882d049b3870b458f0.tar.gz
gnunet-f54e8c82dc843aee294e61882d049b3870b458f0.zip
no null-termination necessary after GNUNET_strlcpy
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/gnunet-helper-vpn-windows.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vpn/gnunet-helper-vpn-windows.c b/src/vpn/gnunet-helper-vpn-windows.c
index 4ccecb873..ea4d30347 100644
--- a/src/vpn/gnunet-helper-vpn-windows.c
+++ b/src/vpn/gnunet-helper-vpn-windows.c
@@ -1533,7 +1533,6 @@ main (int argc, char **argv)
1533 } 1533 }
1534 1534
1535 GNUNET_strlcpy (hwid, argv[1], sizeof (hwid)); 1535 GNUNET_strlcpy (hwid, argv[1], sizeof (hwid));
1536 hwid[LINE_LEN - 1] = '\0';
1537 1536
1538 /* 1537 /*
1539 * We use our PID for finding/resolving the control-panel name of our virtual 1538 * We use our PID for finding/resolving the control-panel name of our virtual