aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-helper-vpn-windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/gnunet-helper-vpn-windows.c')
-rw-r--r--src/vpn/gnunet-helper-vpn-windows.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vpn/gnunet-helper-vpn-windows.c b/src/vpn/gnunet-helper-vpn-windows.c
index ab72d71aa..17f32c5a8 100644
--- a/src/vpn/gnunet-helper-vpn-windows.c
+++ b/src/vpn/gnunet-helper-vpn-windows.c
@@ -751,9 +751,6 @@ resolve_interface_name ()
751 /* 751 /*
752 * we have successfully found OUR instance, 752 * we have successfully found OUR instance,
753 * save the device GUID before exiting 753 * save the device GUID before exiting
754 *
755 * We can use GNUNET_strlcpy here because instance key is null-
756 * terminated by RegEnumKeyExA.
757 */ 754 */
758 GNUNET_strlcpy (device_guid, instance_key, sizeof (device_guid)); 755 GNUNET_strlcpy (device_guid, instance_key, sizeof (device_guid));
759 retval = TRUE; 756 retval = TRUE;