aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {