[Asterisk-cvs] asterisk/channels chan_sip.c,1.525,1.526

markster at lists.digium.com markster at lists.digium.com
Thu Oct 7 14:58:46 CDT 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv19199/channels

Modified Files:
	chan_sip.c 
Log Message:
Fix app_sms to use correct path (bug #2597)


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.525
retrieving revision 1.526
diff -u -d -r1.525 -r1.526
--- chan_sip.c	7 Oct 2004 18:27:12 -0000	1.525
+++ chan_sip.c	7 Oct 2004 19:00:00 -0000	1.526
@@ -1546,7 +1546,7 @@
 				ast_sched_del(sched, cp->retransid);
 			free(cp);
 		}
-                ast_mutex_destroy(&p->lock);
+		ast_mutex_destroy(&p->lock);
 		free(p);
 	}
 }




More information about the svn-commits mailing list