]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
thanks dirks
authorBrian West <brian@freeswitch.org>
Mon, 5 Mar 2007 14:37:15 +0000 (14:37 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 5 Mar 2007 14:37:15 +0000 (14:37 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4450 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_swig.c

index 2d799b18a643b37ff1c9a28b02871de733bfa404..5bd496418e9f22210161101ca13bf7e7b6951bcf 100644 (file)
@@ -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;
 }