aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_list_indexed.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-20 11:32:18 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-20 11:32:18 +0000
commit739bdf5dab0611603296ee08fdd64ddcc4e0afe9 (patch)
treebb86342a199899fba56f3d96e45bcf45ee3c4761 /src/fs/test_fs_list_indexed.c
parent10606865799e7f773ced218a594326aff4b14659 (diff)
downloadgnunet-739bdf5dab0611603296ee08fdd64ddcc4e0afe9.tar.gz
gnunet-739bdf5dab0611603296ee08fdd64ddcc4e0afe9.zip
pc not sc
Diffstat (limited to 'src/fs/test_fs_list_indexed.c')
-rw-r--r--src/fs/test_fs_list_indexed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/test_fs_list_indexed.c b/src/fs/test_fs_list_indexed.c
index c938162f8..6a9c1a701 100644
--- a/src/fs/test_fs_list_indexed.c
+++ b/src/fs/test_fs_list_indexed.c
@@ -126,7 +126,7 @@ progress_cb (void *cls,
126 break; 126 break;
127 case GNUNET_FS_STATUS_PUBLISH_PROGRESS: 127 case GNUNET_FS_STATUS_PUBLISH_PROGRESS:
128 ret = event->value.publish.cctx; 128 ret = event->value.publish.cctx;
129 GNUNET_assert (publish == event->value.publish.sc); 129 GNUNET_assert (publish == event->value.publish.pc);
130#if VERBOSE 130#if VERBOSE
131 printf ("Publish is progressing (%llu/%llu at level %u off %llu)...\n", 131 printf ("Publish is progressing (%llu/%llu at level %u off %llu)...\n",
132 (unsigned long long) event->value.publish.completed, 132 (unsigned long long) event->value.publish.completed,
@@ -181,7 +181,7 @@ progress_cb (void *cls,
181 if (0 == strcmp ("list_indexed-context-dir", 181 if (0 == strcmp ("list_indexed-context-dir",
182 event->value.publish.cctx)) 182 event->value.publish.cctx))
183 { 183 {
184 GNUNET_assert (publish == event->value.publish.sc); 184 GNUNET_assert (publish == event->value.publish.pc);
185 publish = NULL; 185 publish = NULL;
186 } 186 }
187 break; 187 break;