Look! A whitespace fix snuck into the tree!
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7137 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
f3870cb6cb
commit
5b01ced55c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue