[svn-commits] wedhorn: trunk r381471 - /trunk/channels/chan_skinny.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Feb 14 13:58:36 CST 2013


Author: wedhorn
Date: Thu Feb 14 13:58:33 2013
New Revision: 381471

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=381471
Log:
Remove extraneous stuff from r381470.

Modified:
    trunk/channels/chan_skinny.c

Modified: trunk/channels/chan_skinny.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_skinny.c?view=diff&rev=381471&r1=381470&r2=381471
==============================================================================
--- trunk/channels/chan_skinny.c (original)
+++ trunk/channels/chan_skinny.c Thu Feb 14 13:58:33 2013
@@ -2426,8 +2426,8 @@
 	} else {
 		thestrings[2] = "";
 	}
-	thestrings[3] = "203";
-	thestrings[4] = "204";
+	thestrings[3] = "";
+	thestrings[4] = "";
 	thestrings[5] = "";
 	thestrings[6] = "";
 	thestrings[7] = "";




More information about the svn-commits mailing list