aboutsummaryrefslogtreecommitdiffstats
path: root/util/rfc6724.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2016-03-10 17:55:40 +0000
committerMatthew Wild <mwild1@gmail.com>2016-03-10 17:55:40 +0000
commit96bfdd66ff021279115716c0640539e97739f51e (patch)
tree5e4b05f3526d7566cf3cba3b33e00db6d7d39038 /util/rfc6724.lua
parent5ea1c295b302a15b2322fb0b103e0bab32d62643 (diff)
parent0d16907ff389fad3fd9135f1f84c4805b5e19687 (diff)
downloadprosody-96bfdd66ff021279115716c0640539e97739f51e.tar.gz
prosody-96bfdd66ff021279115716c0640539e97739f51e.zip
Merge 0.10->trunk
Diffstat (limited to 'util/rfc6724.lua')
-rw-r--r--util/rfc6724.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/rfc6724.lua b/util/rfc6724.lua
index c8aec631..81f78d55 100644
--- a/util/rfc6724.lua
+++ b/util/rfc6724.lua
@@ -10,7 +10,6 @@
-- We can't hand this off to getaddrinfo, since it blocks
local ip_commonPrefixLength = require"util.ip".commonPrefixLength
-local new_ip = require"util.ip".new_ip;
local function commonPrefixLength(ipA, ipB)
local len = ip_commonPrefixLength(ipA, ipB);