From: Brian West Date: Sat, 29 Dec 2007 17:52:22 +0000 (+0000) Subject: more cleanup X-Git-Tag: v1.0-rc1~878 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7826b7c95043e6e1ffdfc56fa5ecf91effca1360;p=thirdparty%2Ffreeswitch.git more cleanup git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7018 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index 1af11e8782..83baadf7d9 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -749,11 +749,9 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char * } stream.write_function(&stream, "\n"); - } else { - printf("resubscribe\n"); } - - stream.write_function(&stream, "\n"); + + stream.write_function(&stream, "\n"); pl = stream.data; ct = "application/dialog-info+xml";