Fix queue URL passing (bug #3543)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5104 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-02-28 06:06:42 +00:00
parent 21e6e48a26
commit 34e8ed636d
5 changed files with 48 additions and 10 deletions

View File

@@ -354,7 +354,7 @@ struct ast_frame *ast_fr_fdread(int fd)
/* Forget about being mallocd */
f->mallocd = 0;
/* Re-write the source */
f->src = __FUNCTION__;
f->src = (char *)__FUNCTION__;
if (f->datalen > sizeof(buf) - sizeof(struct ast_frame)) {
/* Really bad read */
ast_log(LOG_WARNING, "Strange read (%d bytes)\n", f->datalen);