summaryrefslogtreecommitdiff
path: root/asterisk.c
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-09-07 15:02:53 +0000
committerJames Golovich <james@gnuinter.net>2004-09-07 15:02:53 +0000
commit5adfdcba1e8e8a6fe2be1a3863f234f73fdc8171 (patch)
tree395f05e092ae201caccb6a48d5e25b74ce47a45c /asterisk.c
parent550e8e56ba5fcb68c4a1b725fb99e69dba2066a6 (diff)
Change recent patch to not use a hard coded path inside of a .c file
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3743 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'asterisk.c')
-rwxr-xr-xasterisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asterisk.c b/asterisk.c
index 00f22010d..9c77e1527 100755
--- a/asterisk.c
+++ b/asterisk.c
@@ -80,7 +80,7 @@ int option_cache_record_files = 0;
int option_overrideconfig = 0;
int option_reconnect = 0;
int fully_booted = 0;
-char record_cache_dir[AST_CACHE_DIR_LEN] = "/var/spool/asterisk/tmp";
+char record_cache_dir[AST_CACHE_DIR_LEN] = AST_TMP_DIR;
static int ast_socket = -1; /* UNIX Socket for allowing remote control */
static int ast_consock = -1; /* UNIX Socket for controlling another asterisk */