sccp_user: fix local_ssn_avail if called with PC in tuple format

caught by dialyzer
This commit is contained in:
Harald Welte 2011-11-04 21:55:04 +01:00
parent e75dff8b69
commit 4c37da86de
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ local_ssn_avail(Ssn, Pc) when is_integer(Ssn), is_integer(Pc) ->
end;
local_ssn_avail(Ssn, Pc) when is_integer(Ssn), is_tuple(Pc) ->
PcInt = osmo_util:pointcode2int(Pc),
local_ssn_avail(Ssn, Pc).
local_ssn_avail(Ssn, PcInt).
dump() ->