projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3e65f8
)
mkdir
author
Christian Grothoff
<christian@grothoff.org>
Tue, 9 Nov 2010 13:52:13 +0000
(13:52 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 9 Nov 2010 13:52:13 +0000
(13:52 +0000)
src/hostlist/hostlist-client.c
patch
|
blob
|
history
diff --git
a/src/hostlist/hostlist-client.c
b/src/hostlist/hostlist-client.c
index 47d6254370d784e3ba6c3dc9d105ca618099b8c0..0a78cdc21a8c8dff0487ae94468819d8090bc6b1 100644
(file)
--- a/
src/hostlist/hostlist-client.c
+++ b/
src/hostlist/hostlist-client.c
@@
-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)
{