From 7acee329e1e2f75c286d5f5140d2d05f1dbf4bd5 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Sun, 8 Aug 2004 17:15:02 +0000 Subject: Merge BSD stack size work (bug #2067) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3596 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_features.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/res_features.c') diff --git a/res/res_features.c b/res/res_features.c index 669060c88..4d219298a 100755 --- a/res/res_features.c +++ b/res/res_features.c @@ -864,7 +864,7 @@ int load_module(void) } } ast_add_extension2(con, 1, ast_parking_ext(), 1, NULL, parkcall, strdup(""),free, registrar); - pthread_create(&parking_thread, NULL, do_parking_thread, NULL); + ast_pthread_create(&parking_thread, NULL, do_parking_thread, NULL); res = ast_register_application(parkedcall, park_exec, synopsis, descrip); if (!res) res = ast_register_application(parkcall, park_call_exec, synopsis2, descrip2); -- cgit v1.2.3