aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-18 04:49:08 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-18 04:49:08 +0000
commit80e2d4cacefb32af3466f6aae0d14e20b2135401 (patch)
treebfacd8952d4cab2d117fb0b1e825a84f0a669f4c /src/fs/fs_publish.c
parent68ca8e952d332b505db3c1dbd84078305fa15410 (diff)
downloadgnunet-80e2d4cacefb32af3466f6aae0d14e20b2135401.tar.gz
gnunet-80e2d4cacefb32af3466f6aae0d14e20b2135401.zip
use block lib some more
Diffstat (limited to 'src/fs/fs_publish.c')
-rw-r--r--src/fs/fs_publish.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/fs_publish.c b/src/fs/fs_publish.c
index 2c9d41b05..0b0617340 100644
--- a/src/fs/fs_publish.c
+++ b/src/fs/fs_publish.c
@@ -1639,6 +1639,7 @@ GNUNET_FS_publish_ksk (struct GNUNET_FS_Handle *h,
1639 char *kbe; 1639 char *kbe;
1640 char *sptr; 1640 char *sptr;
1641 1641
1642 GNUNET_assert (NULL != uri);
1642 pkc = GNUNET_malloc (sizeof (struct PublishKskContext)); 1643 pkc = GNUNET_malloc (sizeof (struct PublishKskContext));
1643 pkc->h = h; 1644 pkc->h = h;
1644 pkc->expirationTime = expirationTime; 1645 pkc->expirationTime = expirationTime;