mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
add reload() (bug 9981)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23273 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user