dect
/
asterisk
Archived
13
0
Fork 0

Fix compiling in dev mode.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@158925 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
mnicholson 2008-11-25 00:19:55 +00:00
parent 2ca1ca6786
commit 7bf3c44abe
1 changed files with 1 additions and 1 deletions

View File

@ -898,6 +898,7 @@ int ast_streamfile(struct ast_channel *chan, const char *filename, const char *p
struct ast_filestream *vfs=NULL;
char fmt[256];
int seekattempt;
int res;
fs = ast_openstream(chan, filename, preflang);
if (!fs) {
@ -919,7 +920,6 @@ int ast_streamfile(struct ast_channel *chan, const char *filename, const char *p
ast_debug(1, "Ooh, found a video stream, too, format %s\n", ast_getformatname(vfs->fmt->format));
}
int res;
if (ast_test_flag(chan, AST_FLAG_MASQ_NOSTREAM))
fs->orig_chan_name = ast_strdup(chan->name);
if (ast_applystream(chan, fs))