difference between invalid uuid and no uuid

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10651 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-12-08 15:28:01 +00:00
parent d406a03ad3
commit 797185642e
2 changed files with 14 additions and 9 deletions
@@ -1533,10 +1533,6 @@ void sofia_presence_handle_sip_i_subscribe(int status,
switch_assert(sql != NULL);
sofia_glue_execute_sql(profile, &sql, SWITCH_TRUE);
if (exp_raw >= 180) {
exp_raw -= 120;
}
sstr = switch_mprintf("active;expires=%ld", exp_raw);
}