diff options
author | Matthew Wild <mwild1@gmail.com> | 2016-03-10 17:55:40 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2016-03-10 17:55:40 +0000 |
commit | b201dabbfdf598f0d300bc9682444bd435611063 (patch) | |
tree | 5e4b05f3526d7566cf3cba3b33e00db6d7d39038 /util/rfc6724.lua | |
parent | aa43aec46ef41d3bb5f398d10cb28aafa7502b5d (diff) | |
parent | 74f4177db0d98a050df1693c5f3b061559865a64 (diff) | |
download | prosody-b201dabbfdf598f0d300bc9682444bd435611063.tar.gz prosody-b201dabbfdf598f0d300bc9682444bd435611063.zip |
Merge 0.10->trunk
Diffstat (limited to 'util/rfc6724.lua')
-rw-r--r-- | util/rfc6724.lua | 1 |
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); |