Fixed propagation of packets through SocketNamespace.

This commit is contained in:
Guillermo Rauch
2011-06-13 12:10:23 -03:00
parent aafbf857dc
commit bd2ce6ecf3

View File

@@ -118,6 +118,8 @@ SocketNamespace.prototype.setFlags = function () {
*/
SocketNamespace.prototype.packet = function (packet) {
packet.endpoint = this.name;
var store = this.store
, log = this.log
, volatile = this.flags.volatile