From 5b01ced55cd76977ae0ee257a1bd65520f8eca1c Mon Sep 17 00:00:00 2001 From: Stefan Knoblich Date: Tue, 8 Jan 2008 10:57:42 +0000 Subject: [PATCH] Look! A whitespace fix snuck into the tree! git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7137 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch.c b/src/switch.c index 90ffd45cfe..6093981acf 100644 --- a/src/switch.c +++ b/src/switch.c @@ -451,7 +451,7 @@ int main(int argc, char *argv[]) pid_len = sizeof(pid_buffer); apr_pool_create(&pool, NULL); - if (switch_file_open(&fd, + if (switch_file_open(&fd, pid_path, SWITCH_FOPEN_WRITE | SWITCH_FOPEN_CREATE, SWITCH_FPROT_UREAD | SWITCH_FPROT_UWRITE,