Skip to content
Snippets Groups Projects
Commit c20eaf46 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fix: crash when adding keyblock (wrong callback)

parent 8feec8ac
No related branches found
No related tags found
No related merge requests found
......@@ -734,7 +734,7 @@ function KeyService (conn, conf, PublicKeyService) {
function (next){
async.parallel({
outdistanced: function(callback){
Link.isOver3StepsOfAMember(key, members, next);
Link.isOver3StepsOfAMember(key, members, callback);
},
enoughLinks: function(callback){
checkHaveEnoughLinks(key.fingerprint, {}, function (err) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment