Files
agc_2-X/extras/channel.c.38310.patch
T
mattf 1ab5c42e7e add patches to Asterisk for 1.2 bugs
git-svn-id: svn://192.168.202.10@268 3d104415-ff17-0410-8863-d5cf3c621b8a
2006-09-11 16:18:53 +00:00

23 lines
606 B
Diff

--- ./channel.c 2006-09-11 12:05:39.000000000 -0400
+++ ./channel.c-fixed 2006-09-11 11:58:52.000000000 -0400
@@ -45,7 +45,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION(__FILE__, "$Revision: 38310 $")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision: 37361 $")
#include "asterisk/pbx.h"
#include "asterisk/frame.h"
@@ -2328,10 +2328,6 @@
int native;
int res;
- /* if already in the desired format nothing to do here */
- if (*format == fmt)
- return 0;
-
native = chan->nativeformats;
/* Find a translation path from the native format to one of the desired formats */
if (!direction)