[Asterisk-cvs] asterisk ChangeLog, 1.146.2.24, 1.146.2.25 indications.c, 1.30, 1.30.2.1

russell russell
Wed Nov 23 01:00:33 CST 2005


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

Modified Files:
      Tag: v1-2
	ChangeLog indications.c 
Log Message:
issue #5826


Index: ChangeLog
===================================================================
RCS file: /usr/cvsroot/asterisk/ChangeLog,v
retrieving revision 1.146.2.24
retrieving revision 1.146.2.25
diff -u -d -r1.146.2.24 -r1.146.2.25
--- ChangeLog	23 Nov 2005 05:43:26 -0000	1.146.2.24
+++ ChangeLog	23 Nov 2005 05:49:34 -0000	1.146.2.25
@@ -1,5 +1,10 @@
 2005-11-22  Russell Bryant  <russell at digium.com>
 
+	* indications.c: Fix spelling of "cadence", allowing the old misspelling for backwards compatability. (issue #5826)
+	* configs/indications.conf.sample: Fix spelling of "cadence", allowing the old misspelling for backwards compatability. (issue #5826)
+	* include/asterisk/indications.h: Fix spelling of "cadence", allowing the old misspelling for backwards compatability. (issue #5826)
+	* res/res_indications.c: Fix spelling of "cadence", allowing the old misspelling for backwards compatability. (issue #5826)
+
 	* apps/app_voicemail.c: Remove left over "yay!" debuggin message. (issue #5829)
 
 2005-11-21  Kevin P. Fleming  <kpfleming at digium.com>

Index: indications.c
===================================================================
RCS file: /usr/cvsroot/asterisk/indications.c,v
retrieving revision 1.30
retrieving revision 1.30.2.1
diff -u -d -r1.30 -r1.30.2.1
--- indications.c	24 Oct 2005 20:12:05 -0000	1.30
+++ indications.c	23 Nov 2005 05:49:34 -0000	1.30.2.1
@@ -432,8 +432,8 @@
 		free(zone->tones);
 		zone->tones = tmp;
 	}
-	if (zone->ringcadance)
-		free((void*)zone->ringcadance);
+	if (zone->ringcadence)
+		free((void*)zone->ringcadence);
 	free(zone);
 }
 




More information about the svn-commits mailing list