summaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-service-namestore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-20 18:04:56 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-20 18:04:56 +0000
commit084f7e3620774cf976ef955a3db5df9ff7651263 (patch)
treea242630dd83574f1bcff6c825c16da987d5eef0b /src/namestore/gnunet-service-namestore.c
parent0380fddde67fd46e9e5a201121f3c38ba15f6ccd (diff)
downloadgnunet-084f7e3620774cf976ef955a3db5df9ff7651263.tar.gz
gnunet-084f7e3620774cf976ef955a3db5df9ff7651263.zip
-32 bit, not 16
Diffstat (limited to 'src/namestore/gnunet-service-namestore.c')
-rw-r--r--src/namestore/gnunet-service-namestore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index b0704d7bd..58f214e43 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -1237,7 +1237,7 @@ handle_monitor_start (void *cls,
1237 GNUNET_SERVER_disable_receive_done_warning (client); 1237 GNUNET_SERVER_disable_receive_done_warning (client);
1238 GNUNET_SERVER_notification_context_add (monitor_nc, 1238 GNUNET_SERVER_notification_context_add (monitor_nc,
1239 client); 1239 client);
1240 if (GNUNET_YES == ntohs (zis_msg->iterate_first)) 1240 if (GNUNET_YES == ntohl (zis_msg->iterate_first))
1241 zm->task = GNUNET_SCHEDULER_add_now (&monitor_next, zm); 1241 zm->task = GNUNET_SCHEDULER_add_now (&monitor_next, zm);
1242 else 1242 else
1243 monitor_sync (zm); 1243 monitor_sync (zm);