Skip to content

Commit

Permalink
DOC-51: fix are order
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaimonetti committed Apr 8, 2016
1 parent 04019c9 commit e760bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/crossbar/src/modules/cb_ips.erl
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ validate_ip_not_in_use(Context, IP, 'error') ->
,Context
)
end;
validate_ip_not_in_use(IP, Context, _Status) ->
validate_ip_not_in_use(Context, IP, _Status) ->
case kz_ip:is_available(IP) of
'true' -> cb_context:set_resp_status(Context, 'success');
'false' -> error_ip_assigned(Context, IP);
Expand Down

0 comments on commit e760bf5

Please sign in to comment.