mkdir
authorChristian Grothoff <christian@grothoff.org>
Tue, 9 Nov 2010 13:52:13 +0000 (13:52 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 9 Nov 2010 13:52:13 +0000 (13:52 +0000)
src/hostlist/hostlist-client.c

index 47d6254370d784e3ba6c3dc9d105ca618099b8c0..0a78cdc21a8c8dff0487ae94468819d8090bc6b1 100644 (file)
@@ -1421,6 +1421,7 @@ static void save_hostlist_file ( int shutdown )
                   "HOSTLISTFILE", "HOSTLIST");
       return;
     }
+  GNUNET_DISK_directory_create_for_file (filename);
   wh = GNUNET_BIO_write_open (filename);
   if ( NULL == wh)
     {