From 66c6760d27314065aaf1c277a988c98ca4369480 Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Tue, 12 Jan 2010 17:20:16 +0000 Subject: [PATCH] create run dir (mostly for windows) if it does not exist yet git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16262 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/switch.c b/src/switch.c index 69f91a982c..1c85a1002e 100644 --- a/src/switch.c +++ b/src/switch.c @@ -730,6 +730,7 @@ int main(int argc, char *argv[]) apr_pool_create(&pool, NULL); + switch_dir_make_recursive(SWITCH_GLOBAL_dirs.run_dir, SWITCH_DEFAULT_DIR_PERMS, pool); if (switch_file_open(&fd, pid_path,