فهرست منبع

- remove test function

Jan Janak 19 سال پیش
والد
کامیت
9c2b45c7b4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 */