Browse Source

- remove test function

Jan Janak 19 years ago
parent
commit
9c2b45c7b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/db_postgres/db_mod.c

+ 1 - 1
modules/db_postgres/db_mod.c

@@ -181,7 +181,7 @@ struct module_exports exports = {
 	cmds,
 	0,         /* RPC methods */
 	params,    /*  module parameters */
-        pg_test,   /* module initialization function */
+        0,         /* module initialization function */
 	0,         /* response function*/
 	0,         /* destroy function */
 	0,         /* oncancel function */