aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-09 13:52:13 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-09 13:52:13 +0000
commit68c7624d52e4ef0cd761bf9dac4173c8c7016993 (patch)
tree086226aa16ce29c682c55927eca8e4e8d49909dc /src/hostlist
parenta3e65f8500e6e73b1e8b583aa638e9773d919432 (diff)
downloadgnunet-68c7624d52e4ef0cd761bf9dac4173c8c7016993.tar.gz
gnunet-68c7624d52e4ef0cd761bf9dac4173c8c7016993.zip
mkdir
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/hostlist-client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hostlist/hostlist-client.c b/src/hostlist/hostlist-client.c
index 47d625437..0a78cdc21 100644
--- a/src/hostlist/hostlist-client.c
+++ b/src/hostlist/hostlist-client.c
@@ -1421,6 +1421,7 @@ static void save_hostlist_file ( int shutdown )
1421 "HOSTLISTFILE", "HOSTLIST"); 1421 "HOSTLISTFILE", "HOSTLIST");
1422 return; 1422 return;
1423 } 1423 }
1424 GNUNET_DISK_directory_create_for_file (filename);
1424 wh = GNUNET_BIO_write_open (filename); 1425 wh = GNUNET_BIO_write_open (filename);
1425 if ( NULL == wh) 1426 if ( NULL == wh)
1426 { 1427 {