aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_api.c')
-rw-r--r--src/fs/fs_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_api.c b/src/fs/fs_api.c
index 9acec5be4..669b8cc39 100644
--- a/src/fs/fs_api.c
+++ b/src/fs/fs_api.c
@@ -1991,7 +1991,7 @@ deserialize_unindex_file (void *cls, const char *filename)
1991 (GNUNET_OK != read_start_time (rh, &uc->start_time)) || 1991 (GNUNET_OK != read_start_time (rh, &uc->start_time)) ||
1992 (GNUNET_OK != GNUNET_BIO_read_int32 (rh, &state)) || 1992 (GNUNET_OK != GNUNET_BIO_read_int32 (rh, &state)) ||
1993 (GNUNET_OK != GNUNET_BIO_read (rh, "uri", &uc->chk, sizeof (struct ContentHashKey))) || 1993 (GNUNET_OK != GNUNET_BIO_read (rh, "uri", &uc->chk, sizeof (struct ContentHashKey))) ||
1994 (GNUNET_BIO_read_string (rh, "unindex-kskuri", &uris, 10 * 1024)) || 1994 (GNUNET_OK != GNUNET_BIO_read_string (rh, "unindex-kskuri", &uris, 10 * 1024)) ||
1995 (GNUNET_OK != GNUNET_BIO_read_int32 (rh, &uc->ksk_offset)) ) 1995 (GNUNET_OK != GNUNET_BIO_read_int32 (rh, &uc->ksk_offset)) )
1996 { 1996 {
1997 GNUNET_break (0); 1997 GNUNET_break (0);