aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish.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/fs_publish.c
parent10606865799e7f773ced218a594326aff4b14659 (diff)
downloadgnunet-739bdf5dab0611603296ee08fdd64ddcc4e0afe9.tar.gz
gnunet-739bdf5dab0611603296ee08fdd64ddcc4e0afe9.zip
pc not sc
Diffstat (limited to 'src/fs/fs_publish.c')
-rw-r--r--src/fs/fs_publish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_publish.c b/src/fs/fs_publish.c
index 7a70b0558..2ebb96169 100644
--- a/src/fs/fs_publish.c
+++ b/src/fs/fs_publish.c
@@ -85,7 +85,7 @@ GNUNET_FS_publish_make_status_ (struct GNUNET_FS_ProgressInfo *pi,
85 const struct GNUNET_FS_FileInformation *p, 85 const struct GNUNET_FS_FileInformation *p,
86 uint64_t offset) 86 uint64_t offset)
87{ 87{
88 pi->value.publish.sc = sc; 88 pi->value.publish.pc = sc;
89 pi->value.publish.fi = p; 89 pi->value.publish.fi = p;
90 pi->value.publish.cctx 90 pi->value.publish.cctx
91 = p->client_info; 91 = p->client_info;