From 0d8e945bd1588650051dca407e6e3e3ff90698e9 Mon Sep 17 00:00:00 2001 From: Brian West Date: Wed, 16 Feb 2011 08:57:43 -0600 Subject: [PATCH] doh --- src/mod/endpoints/mod_sofia/sofia_presence.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index a8d3b84b0a..89eb1ae948 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -80,7 +80,6 @@ switch_status_t sofia_presence_chat_send(const char *proto, const char *from, co char *ffrom = NULL; nua_handle_t *msg_nh; char *contact = NULL; - char *p; char *dup = NULL; switch_status_t status = SWITCH_STATUS_FALSE; const char *ct = "text/html";