revert bogus change

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28395 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-05-18 21:11:43 +00:00
parent 0c73d47618
commit eeb01cda95

View File

@@ -117,7 +117,7 @@ static void agi_debug_cli(int fd, char *fmt, ...)
} else {
if (agidebug)
ast_verbose("AGI Tx >> %s", stuff);
ast_carefulwrite(fd, stuff, strlen(stuff), 100, NULL);
ast_carefulwrite(fd, stuff, strlen(stuff), 100);
free(stuff);
}
}