Skip to content
Snippets Groups Projects
Commit 54da34ff authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

return proper string from description function (bug #4150)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5564 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 15183018
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ int load_module(void)
char *description(void)
{
return descrip;
return synopsis;
}
int usecount(void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment