Skip to content
Snippets Groups Projects
Commit ab56f3a5 authored by Josh Roberson's avatar Josh Roberson
Browse files

issue #5791

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7135 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 008be638
Branches
Tags
No related merge requests found
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> 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 * app/app_echo.c: Update application description to be a bit more accurate, and clean up a little bit of code formatting
......
...@@ -198,7 +198,7 @@ struct ast_custom_function txtcidname_function = { ...@@ -198,7 +198,7 @@ struct ast_custom_function txtcidname_function = {
#ifndef BUILTIN_FUNC #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) int unload_module(void)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment