[asterisk-commits] file: trunk r39514 - /trunk/res/res_config_pgsql.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri Aug 11 08:05:20 MST 2006


Author: file
Date: Fri Aug 11 10:05:19 2006
New Revision: 39514

URL: http://svn.digium.com/view/asterisk?rev=39514&view=rev
Log:
Move STD_MOD declaration to end of file as per the norm of everything else (issue #7711 reported by Mithraen)

Modified:
    trunk/res/res_config_pgsql.c

Modified: trunk/res/res_config_pgsql.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_config_pgsql.c?rev=39514&r1=39513&r2=39514&view=diff
==============================================================================
--- trunk/res/res_config_pgsql.c (original)
+++ trunk/res/res_config_pgsql.c Fri Aug 11 10:05:19 2006
@@ -707,8 +707,6 @@
 {
 	return ASTERISK_GPL_KEY;
 }
-
-STD_MOD(MOD_0, reload, NULL, NULL);
 
 static int pgsql_reconnect(const char *database)
 {
@@ -800,3 +798,5 @@
 		return RESULT_FAILURE;
 	}
 }
+
+STD_MOD(MOD_0, reload, NULL, NULL);



More information about the asterisk-commits mailing list