Skip to content

Commit

Permalink
registrar: fix backport 5b62b14
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Aug 8, 2015
1 parent 5b62b14 commit d5fbdd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/registrar/save.c
Expand Up @@ -322,7 +322,6 @@ static inline ucontact_info_t* pack_ci( struct sip_msg* _m, contact_t* _c, unsig
ci.received = path_received;
}

ci.server_id = server_id;
if(_m->contact) {
_c = (((contact_body_t*)_m->contact->parsed)->contacts);
if(_c->instance!=NULL && _c->instance->body.len>0) {
Expand Down

0 comments on commit d5fbdd4

Please sign in to comment.