Clean up.

This commit is contained in:
Sonny Scroggin 2014-03-18 11:23:54 -05:00
parent b194fd5c99
commit 9a30d2d022
1 changed files with 1 additions and 5 deletions

View File

@ -46,11 +46,7 @@ start(_Host, _Opts) ->
stop(_Host) ->
ok.
process([], #request{method = 'POST',
data = Data,
host = Host,
ip = ClientIp
}) ->
process([], #request{method = 'POST', data = Data, host = Host, ip = ClientIp}) ->
try
{ClientAddress, _PortNumber} = ClientIp,
check_member_option(Host, ClientAddress, allowed_ips),