Skip to content

Commit

Permalink
Merge pull request #1414 from christoph-v/missing_record_route_assign…
Browse files Browse the repository at this point in the history
…ment_5.1

ims_usrloc_scscf: missing assignment of record_route (5.1)
  • Loading branch information
miconda committed Jan 29, 2018
2 parents 47821c5 + acbc230 commit 9ec46e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/ims_usrloc_scscf/subscribe.c
Expand Up @@ -346,6 +346,7 @@ int update_subscriber(impurecord_t* urec, reg_subscriber** _reg_subscriber, int
subs.callid = rs->call_id;
subs.expires = rs->expires - act_time;
subs.contact = rs->watcher_contact;
subs.record_route = rs->record_route;

hash_code = core_hash(&subs.callid, &subs.to_tag, sub_dialog_hash_size);

Expand Down

0 comments on commit 9ec46e9

Please sign in to comment.