Browse Source

- remove test function

Jan Janak 19 năm trước cách đây
mục cha
commit
9c2b45c7b4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 */