mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge remaining audit patch (save dlfcn.c)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3436 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -259,7 +259,7 @@ int load_module(void)
|
||||
{
|
||||
int val;
|
||||
|
||||
snprintf((char *)dialfile, sizeof(dialfile)-1,"%s/%s", (char *)ast_config_AST_RUN_DIR,"autodial.ctl");
|
||||
snprintf((char *)dialfile, sizeof(dialfile), "%s/%s", ast_config_AST_RUN_DIR, "autodial.ctl");
|
||||
if((val=mkfifo(dialfile, 0700))) {
|
||||
if(errno!=EEXIST){
|
||||
ast_log(LOG_ERROR, "Error:%d Creating Autodial FIFO\n",errno);
|
||||
|
Reference in New Issue
Block a user