aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Vanni <vannilla@firemail.cc>2020-07-15 20:58:51 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-15 21:08:37 +0200
commit5b4a00d35bd229180c6769ec582fee97c16ebf3d (patch)
tree492d186025cc8cbbdf9457e85655006f9dcbb61c
parent9bb2c1e3183bbdd6554fe51c0b0a3e90022b77e1 (diff)
downloadgnunet-5b4a00d35bd229180c6769ec582fee97c16ebf3d.tar.gz
gnunet-5b4a00d35bd229180c6769ec582fee97c16ebf3d.zip
- Use correct argument in GNUNET_OS_init call
Signed-off-by: Christian Grothoff <christian@grothoff.org>
-rw-r--r--src/gnsrecord/gnsrecord.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnsrecord/gnsrecord.c b/src/gnsrecord/gnsrecord.c
index 3ce10473b..a59997934 100644
--- a/src/gnsrecord/gnsrecord.c
+++ b/src/gnsrecord/gnsrecord.c
@@ -139,7 +139,7 @@ GNSRECORD_fini ()
139 GNUNET_free (gns_plugins); 139 GNUNET_free (gns_plugins);
140 140
141 if (pd != dpd) 141 if (pd != dpd)
142 GNUNET_OS_init(dpd); 142 GNUNET_OS_init(pd);
143 143
144 gns_plugins = NULL; 144 gns_plugins = NULL;
145 once = 0; 145 once = 0;