Software /
code /
prosody
Diff
util/ip.lua @ 5776:bd0ff8ae98a8
Remove all trailing whitespace
author | Florian Zeitz <florob@babelmonkeys.de> |
---|---|
date | Fri, 09 Aug 2013 17:48:21 +0200 |
parent | 5608:0200945313c9 |
child | 6926:d96b2aa7a11d |
line wrap: on
line diff
--- a/util/ip.lua Fri Aug 09 16:03:48 2013 +0200 +++ b/util/ip.lua Fri Aug 09 17:48:21 2013 +0200 @@ -92,7 +92,7 @@ if ip:match("^[0:]*1$") then return 0x2; -- Link-local unicast: - elseif ip:match("^[Ff][Ee][89ABab]") then + elseif ip:match("^[Ff][Ee][89ABab]") then return 0x2; -- Site-local unicast: elseif ip:match("^[Ff][Ee][CcDdEeFf]") then