cosmetic: fix copy+paste mistake in comment

This commit is contained in:
Harald Welte 2019-08-21 14:54:27 +02:00
parent 332fe7ff8b
commit 6f5290846f
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ handle_request(#diameter_packet{msg = Req, errors = []}, _SvcName, {_, Caps}) wh
{reply, Resp};
handle_request(#diameter_packet{msg = Req, errors = []}, _SvcName, {_, Caps}) when is_record(Req, 'ULR') ->
% extract relevant fields from DIAMETER AIR
% extract relevant fields from DIAMETER ULR
#diameter_caps{origin_host = {OH,_}, origin_realm = {OR,_}} = Caps,
#'ULR'{'Session-Id' = SessionId,
'RAT-Type' = RatType,