summaryrefslogtreecommitdiff
path: root/src/credential/gnunet-service-credential.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/credential/gnunet-service-credential.c')
-rw-r--r--src/credential/gnunet-service-credential.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/credential/gnunet-service-credential.c b/src/credential/gnunet-service-credential.c
index daffc0bb9..4753e8e3b 100644
--- a/src/credential/gnunet-service-credential.c
+++ b/src/credential/gnunet-service-credential.c
@@ -1261,7 +1261,7 @@ delegation_chain_bw_resolution_start (void *cls)
1261 { 1261 {
1262 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "No delegates found\n"); 1262 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "No delegates found\n");
1263 send_lookup_response (vrh); 1263 send_lookup_response (vrh);
1264 return 2; 1264 return 1;
1265 } 1265 }
1266 1266
1267 // Pre-check with vrh->dele_chain_.. if match issuer_key 1267 // Pre-check with vrh->dele_chain_.. if match issuer_key
@@ -1343,7 +1343,7 @@ delegation_chain_fw_resolution_start (void *cls)
1343 { 1343 {
1344 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "No delegations found\n"); 1344 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "No delegations found\n");
1345 send_lookup_response (vrh); 1345 send_lookup_response (vrh);
1346 return 2; 1346 return 1;
1347 } 1347 }
1348 1348
1349 // Pre-check with vrh->dele_chain_.. if match issuer_key 1349 // Pre-check with vrh->dele_chain_.. if match issuer_key