fix
[oweals/gnunet.git] / src / fs / test_fs_unindex.c
index 81beb33824c5684102ab15a78e0e177f3c5e2720..21bdc3cb3d1d1f44465246919b4a5120bbc701cf 100644 (file)
@@ -162,7 +162,7 @@ progress_cb (void *cls,
       GNUNET_assert (1 == event->value.publish.anonymity);
       break;
     case GNUNET_FS_STATUS_PUBLISH_STOPPED:
-      GNUNET_assert (publish == event->value.publish.sc);
+      GNUNET_assert (publish == event->value.publish.pc);
       GNUNET_assert (FILESIZE == event->value.publish.size);
       GNUNET_assert (1 == event->value.publish.anonymity);
       GNUNET_FS_stop (fs);