]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
its getting late
authorMathieu Rene <mrene@avgs.ca>
Thu, 5 Mar 2009 05:58:12 +0000 (05:58 +0000)
committerMathieu Rene <mrene@avgs.ca>
Thu, 5 Mar 2009 05:58:12 +0000 (05:58 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12453 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_xml_config.h

index a0b94c50f5c69628a89ab668ea3828aeab352aeb..df27a222f1d6598f518afba6f7dfae96acdc6bd6 100644 (file)
@@ -78,7 +78,7 @@ struct switch_xml_config_item {
 
 
 #define SWITCH_CONFIG_ITEM (_key, _type, _reloadable, _ptr, _defaultvalue, _data)      { _key, _type, _reloadable, _ptr, _defaultvalue, _data, NULL, NULL }
-#define SWITCH_CONFIG_ITEM_CALLBACK (_key, _type, _reloadable, _ptr, _defaultvalue, _data, _functiondata)      { _key, _type, _reloadable, _ptr, _defaultvalue, NULL, _data, _functiondata }
+#define SWITCH_CONFIG_ITEM_CALLBACK (_key, _type, _reloadable, _ptr, _defaultvalue, _data, _functiondata)      { _key, _type, _reloadable, _ptr, _defaultvalue, _data, _functiondata }
 #define SWITCH_CONFIG_ITEM_END () { NULL, SWITCH_CONFIG_LAST, 0, NULL ,NULL, NULL, NULL }
 
 /*!