[Freeswitch-svn] [commit] r7018 -	freeswitch/trunk/src/mod/endpoints/mod_sofia
    Freeswitch SVN 
    brian at freeswitch.org
       
    Sat Dec 29 12:52:22 EST 2007
    
    
  
Author: brian
Date: Sat Dec 29 12:52:22 2007
New Revision: 7018
Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c
Log:
more cleanup
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c	Sat Dec 29 12:52:22 2007
@@ -749,11 +749,9 @@
 			}
 			stream.write_function(&stream, "</dialog>\n");			
 			
-		} else {
-			printf("resubscribe\n");
 		}
-		
-			stream.write_function(&stream, "</dialog-info>\n");
+
+		stream.write_function(&stream, "</dialog-info>\n");
 
 		pl = stream.data;
 		ct = "application/dialog-info+xml";
    
    
More information about the Freeswitch-svn
mailing list