diff --git a/src/socket.io/index.js b/src/socket.io/index.js index 413259e6b5..551edac088 100644 --- a/src/socket.io/index.js +++ b/src/socket.io/index.js @@ -49,7 +49,7 @@ Sockets.init = function(server) { io.sockets.on('connection', function(socket) { var hs = socket.handshake, - sessionID, uid, lastPostTime = 0; + sessionID, uid; // Validate the session, if present socketCookieParser(hs, {}, function(err) {