aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-27 17:25:30 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-27 17:25:30 +0000
commitc6657a13b9959d2ce6ba8f4d4178a63549ebbc4f (patch)
treea686675c06f8a49e00f8477733b98b506f444f3f /src/fs/gnunet-service-fs_pr.c
parentb8edc262dae8adf7d616830466968ab8e3367a52 (diff)
downloadgnunet-c6657a13b9959d2ce6ba8f4d4178a63549ebbc4f.tar.gz
gnunet-c6657a13b9959d2ce6ba8f4d4178a63549ebbc4f.zip
make sure not to recursively call ntr
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.c')
-rw-r--r--src/fs/gnunet-service-fs_pr.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/fs/gnunet-service-fs_pr.c b/src/fs/gnunet-service-fs_pr.c
index 74d2ad56e..1347f7789 100644
--- a/src/fs/gnunet-service-fs_pr.c
+++ b/src/fs/gnunet-service-fs_pr.c
@@ -1236,10 +1236,8 @@ process_local_reply (void *cls,
1236 GNUNET_TIME_UNIT_FOREVER_REL, 1236 GNUNET_TIME_UNIT_FOREVER_REL,
1237 &process_local_reply, 1237 &process_local_reply,
1238 pr); 1238 pr);
1239 if (pr->qe == NULL) 1239 if (pr->qe == NULL)
1240 { 1240 goto check_error_and_continue;
1241 goto check_error_and_continue;
1242 }
1243 return; 1241 return;
1244 } 1242 }
1245 prq.type = type; 1243 prq.type = type;