This commit is contained in:
Christopher Jeffrey 2016-05-24 11:41:21 -07:00
parent 7756fc2c73
commit ee09a6d2d0
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -1173,7 +1173,7 @@ Peer.prototype._handleGetData = function _handleGetData(items) {
var notfound = [];
var i, item, entry, witness;
var unlock = this.locker.lock(_handleGetdata, [items]);
var unlock = this.locker.lock(_handleGetData, [items]);
if (!unlock)
return;