summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xChangeLog4
-rwxr-xr-xfuncs/func_enum.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a53bd40c9..eee2e5125 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-19 Josh Roberson <josh@asteriasgi.com>
+
+ * funcs/func_enum.c: Fix long text description causing cosmetic defect on module load. (issue #5971)
+
2005-11-19 Russell Bryant <russell@digium.com>
* app/app_echo.c: Update application description to be a bit more accurate, and clean up a little bit of code formatting
diff --git a/funcs/func_enum.c b/funcs/func_enum.c
index 6533d7836..fa291a42e 100755
--- a/funcs/func_enum.c
+++ b/funcs/func_enum.c
@@ -198,7 +198,7 @@ struct ast_custom_function txtcidname_function = {
#ifndef BUILTIN_FUNC
-static char *tdesc = "ENUMLOOKUP allows for general or specific querying of NAPTR records or counts of NAPTR types for ENUM or ENUM-like DNS pointers";
+static char *tdesc = "ENUM Related Functions";
int unload_module(void)
{