revert previous patch

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8180 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-04-23 18:36:25 +00:00
parent 8b6dc52cb9
commit ae4b779567
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
Tue Apr 22 16:13:56 CDT 2008
Wed Apr 23 14:36:09 EDT 2008

View File

@ -351,8 +351,8 @@ int nua_subscribe_server_report(nua_server_request_t *sr, tagi_t const *tags)
/* nu_requested is set by SUBSCRIBE and cleared when NOTIFY is sent */
if (nu && nu->nu_requested && substate != nua_substate_embryonic) {
sip_t const *sip = sr->sr_request.sip;
#if SU_HAVE_EXPERIMENTAL
sip_t const *sip = sr->sr_request.sip;
sip_suppress_notify_if_match_t *snim = sip_suppress_notify_if_match(sip);
sip_suppress_body_if_match_t *sbim = sip_suppress_body_if_match(sip);
@ -364,7 +364,7 @@ int nua_subscribe_server_report(nua_server_request_t *sr, tagi_t const *tags)
notify = 1, nu->nu_no_body = 1;
else
#endif
if (sip->sip_expires && sip->sip_expires->ex_delta) notify = 1;
notify = 1;
}
retval = nua_base_server_treport(sr, NUTAG_SUBSTATE(substate), TAG_END());