From 8c8c1cbdc25ac95da495caaee908f763c16c0b7c Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 14 Feb 2008 17:51:16 +0000 Subject: [PATCH] update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7608 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_sofia/sofia_presence.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index d55dfa9d01..6d4658e6fa 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -614,7 +614,7 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char * char *open; char *prpid; int done = 0; - const char *ct; + const char *ct = "no/idea"; time_t exptime = switch_timestamp(NULL) + 3600; char exp[80] = ""; int is_dialog = 0;