From: Luigi Rizzo Date: Sat, 29 Apr 2006 04:55:47 +0000 (+0000) Subject: add reload() (bug 9981) X-Git-Tag: 1.4.0-beta1~1724 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=532e552c1f1858e20ed16c497c6d95ef0ff51a3d;p=thirdparty%2Fasterisk.git add reload() (bug 9981) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23273 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_config_pgsql.c b/res/res_config_pgsql.c index ca23508c26..97d4934565 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) {