Skip to content
Snippets Groups Projects
Commit 532e552c authored by Luigi Rizzo's avatar Luigi Rizzo
Browse files

add reload() (bug 9981)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23273 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 96e015a2
Branches
Tags
No related merge requests found
...@@ -718,7 +718,7 @@ static const char *key(void) ...@@ -718,7 +718,7 @@ static const char *key(void)
return ASTERISK_GPL_KEY; return ASTERISK_GPL_KEY;
} }
STD_MOD(MOD_0, NULL, NULL, NULL); STD_MOD(MOD_0, reload, NULL, NULL);
static int pgsql_reconnect(const char *database) static int pgsql_reconnect(const char *database)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment