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