Comparing version
{ | ||
"name": "ricochet", | ||
"version": "0.3.9", | ||
"version": "0.3.10", | ||
"description": "Pub/Sub Framework for building robust TCP transport layers in node.js applications ", | ||
@@ -5,0 +5,0 @@ "main": "ricochet.js", |
@@ -203,3 +203,3 @@ 'use strict'; | ||
} | ||
if(results.ip !== client.ip){ | ||
if(results.ip && results.ip !== client.ip){ | ||
return callback(self.helpers.error('auth_ip', { | ||
@@ -206,0 +206,0 @@ provided: client.ip, |
41100
0.04%