aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
{