|
@@ -821,7 +821,7 @@ ua_pres_t* subscribe_cbparam(subs_info_t* subs, int ua_flag)
|
|
|
{
|
|
|
CONT_COPY(hentity, hentity->id, subs->id);
|
|
|
}
|
|
|
- if(subs->extra_headers && hentity->extra_headers->s)
|
|
|
+ if(subs->extra_headers && subs->extra_headers->s)
|
|
|
{
|
|
|
hentity->extra_headers= (str*)((char*)hentity+ size);
|
|
|
size+= sizeof(str);
|