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

src/mod/dialplans/mod_dialplan_directory/mod_dialplan_directory.c

index 33a8ef84defda46ad22b2bf34206e881d5ce6288..58ef7624cdf4d3b8fcba77a9222a54a7eb4ca66d 100644 (file)
@@ -143,7 +143,7 @@ SWITCH_STANDARD_DIALPLAN(directory_dialplan_hunt)
 }
 
 
-SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_enum_shutdown)
+SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_dialplan_directory_shutdown)
 {
        switch_safe_free(globals.directory_name);
        switch_safe_free(globals.host);