aboutsummaryrefslogtreecommitdiff
path: root/src/exit/gnunet-helper-exit-windows.c
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2019-06-27 12:59:05 +0200
committerlurchi <lurchi@strangeplace.net>2019-06-27 12:59:05 +0200
commit3ea320df4716a4ce16d738fa47bbe59740e36f42 (patch)
treec73de8a7095584cf24103bd3a87a6a49942dce73 /src/exit/gnunet-helper-exit-windows.c
parent40a111b93ce2d38b875c2eda3e23d6b89a256599 (diff)
downloadgnunet-3ea320df4716a4ce16d738fa47bbe59740e36f42.tar.gz
gnunet-3ea320df4716a4ce16d738fa47bbe59740e36f42.zip
new GNUNET_strlcpy allows using it more
Diffstat (limited to 'src/exit/gnunet-helper-exit-windows.c')
-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;