aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/gnunet-service-peerinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/gnunet-service-peerinfo.c')
-rw-r--r--src/peerinfo/gnunet-service-peerinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peerinfo/gnunet-service-peerinfo.c b/src/peerinfo/gnunet-service-peerinfo.c
index 30723be0b..f0d8b0606 100644
--- a/src/peerinfo/gnunet-service-peerinfo.c
+++ b/src/peerinfo/gnunet-service-peerinfo.c
@@ -563,6 +563,7 @@ bind_address (const struct GNUNET_PeerIdentity *peer,
563 host->hello = mrg; 563 host->hello = mrg;
564 } 564 }
565 fn = get_host_filename (peer); 565 fn = get_host_filename (peer);
566 GNUNET_DISK_directory_create_for_file (fn);
566 GNUNET_DISK_fn_write (fn, 567 GNUNET_DISK_fn_write (fn,
567 host->hello, 568 host->hello,
568 GNUNET_HELLO_size (host->hello), 569 GNUNET_HELLO_size (host->hello),