Navigation Menu

Skip to content

Commit

Permalink
bugfix me-this
Browse files Browse the repository at this point in the history
  • Loading branch information
kaven276 committed Dec 28, 2012
1 parent 4ef324c commit e4b6171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nodes/nodeSP.js
Expand Up @@ -111,7 +111,7 @@ SP.prototype.send = function(msg, callback){
if (this.linkStatus) {
var me = this;
me.superQueue.enqueue({weight : msg.splits || 1}, function(option, actcb){
me.socket.write(msg.makePDU(null, this.NodeID));
me.socket.write(msg.makePDU(null, me.NodeID));
me.ackQueue.push(msg);
});
} else {
Expand Down

0 comments on commit e4b6171

Please sign in to comment.