summaryrefslogtreecommitdiff
path: root/res/res_config_pgsql.c
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2006-04-29 04:55:47 +0000
committerLuigi Rizzo <rizzo@icir.org>2006-04-29 04:55:47 +0000
commit532e552c1f1858e20ed16c497c6d95ef0ff51a3d (patch)
tree2074dfc97657e4cc6aa9d85b59024db151718195 /res/res_config_pgsql.c
parent96e015a239d0f130669bddcfb07f478c6c56b6f8 (diff)
add reload() (bug 9981)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23273 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_config_pgsql.c')
-rw-r--r--res/res_config_pgsql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_config_pgsql.c b/res/res_config_pgsql.c
index ca23508c2..97d493456 100644
--- a/res/res_config_pgsql.c
+++ b/res/res_config_pgsql.c
@@ -718,7 +718,7 @@ static const char *key(void)
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)
{