mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
there is no reason to define our own 'maximum path length' when the POSIX headers already define one for us
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@33351 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -63,7 +63,7 @@ static char *name = "cdr-custom";
|
||||
|
||||
static FILE *mf = NULL;
|
||||
|
||||
static char master[AST_CONFIG_MAX_PATH];
|
||||
static char master[PATH_MAX];
|
||||
static char format[1024]="";
|
||||
|
||||
static int load_config(int reload)
|
||||
|
Reference in New Issue
Block a user