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 | 96bfdd66ff021279115716c0640539e97739f51e (patch) | |
tree | 5e4b05f3526d7566cf3cba3b33e00db6d7d39038 /util/rfc6724.lua | |
parent | 5ea1c295b302a15b2322fb0b103e0bab32d62643 (diff) | |
parent | 0d16907ff389fad3fd9135f1f84c4805b5e19687 (diff) | |
download | prosody-96bfdd66ff021279115716c0640539e97739f51e.tar.gz prosody-96bfdd66ff021279115716c0640539e97739f51e.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); |