]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh
authorMathieu Rene <mrene@avgs.ca>
Mon, 23 Feb 2009 19:31:27 +0000 (19:31 +0000)
committerMathieu Rene <mrene@avgs.ca>
Mon, 23 Feb 2009 19:31:27 +0000 (19:31 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12254 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/dialplans/mod_dialplan_directory/mod_dialplan_directory.c

index 58ef7624cdf4d3b8fcba77a9222a54a7eb4ca66d..d1853fc1fc1b3e1e40512a3bc4c1766edae20610 100644 (file)
@@ -150,6 +150,8 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_dialplan_directory_shutdown)
        switch_safe_free(globals.dn);
        switch_safe_free(globals.pass);
        switch_safe_free(globals.base);
+       
+       return SWITCH_STATUS_SUCCESS;
 }