From: Brian West Date: Mon, 5 Mar 2007 14:37:15 +0000 (+0000) Subject: thanks dirks X-Git-Tag: v1.0-beta1~961 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8669a459fef1923f5d655d45e2a1776027c2389f;p=thirdparty%2Ffreeswitch.git thanks dirks git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4450 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_swig.c b/src/switch_swig.c index 2d799b18a6..5bd496418e 100644 --- a/src/switch_swig.c +++ b/src/switch_swig.c @@ -64,7 +64,7 @@ int fs_core_destroy(void) { switch_status_t status; - status = switch_core_destroy(0); + status = switch_core_destroy(); return status == SWITCH_STATUS_SUCCESS ? 1 : 0; }