[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r13926 - gnunet/src/hostlist
From: |
gnunet |
Subject: |
[GNUnet-SVN] r13926 - gnunet/src/hostlist |
Date: |
Fri, 17 Dec 2010 18:18:01 +0100 |
Author: grothoff
Date: 2010-12-17 18:18:01 +0100 (Fri, 17 Dec 2010)
New Revision: 13926
Modified:
gnunet/src/hostlist/hostlist-client.c
Log:
fix
Modified: gnunet/src/hostlist/hostlist-client.c
===================================================================
--- gnunet/src/hostlist/hostlist-client.c 2010-12-17 16:34:00 UTC (rev
13925)
+++ gnunet/src/hostlist/hostlist-client.c 2010-12-17 17:18:01 UTC (rev
13926)
@@ -1417,8 +1417,8 @@
"HOSTLISTFILE", "HOSTLIST");
return;
}
- if (GNUNET_SYSERR != GNUNET_DISK_directory_create_for_file (filename))
- {
+ if (GNUNET_SYSERR == GNUNET_DISK_directory_create_for_file (filename))
+ return;
wh = GNUNET_BIO_write_open (filename);
if ( NULL == wh)
{
@@ -1432,7 +1432,6 @@
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
_("Writing %u hostlist URIs to `%s'\n" ),
linked_list_size, filename);
- }
/* add code to write hostlists to file using bio */
ok = GNUNET_YES;
counter = 0;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r13926 - gnunet/src/hostlist,
gnunet <=