From 51d456557057010feec065da502a55b01759e7c8 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Tue, 15 May 2012 17:01:26 -0600 Subject: [PATCH] fix typo in previous commit --- lib/load_gen/crypto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/load_gen/crypto.js b/lib/load_gen/crypto.js index 8f4e220b8..cadacd231 100644 --- a/lib/load_gen/crypto.js +++ b/lib/load_gen/crypto.js @@ -79,7 +79,7 @@ exports.getAssertion = function(obj, cb) { assertions.splice(which, 1); } else { return process.nextTick(function() { - return cb(null, assertions[which]); + return cb(null, assertion); }); } } -- GitLab