From: Stefan Knoblich Date: Tue, 8 Jan 2008 10:57:42 +0000 (+0000) Subject: Look! A whitespace fix snuck into the tree! X-Git-Tag: v1.0-rc1~763 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b01ced55cd76977ae0ee257a1bd65520f8eca1c;p=thirdparty%2Ffreeswitch.git Look! A whitespace fix snuck into the tree! git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7137 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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,