فهرست منبع

- fixing PROC_MIN value

Jan Janak 17 سال پیش
والد
کامیت
67c16f8f84
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      sr_module.h

+ 1 - 1
sr_module.h

@@ -105,7 +105,7 @@ typedef int (*param_func_t)( modparam_t type, void* val);
 #define PROC_NOCHLDINIT -128 /* no child init functions will be called
 #define PROC_NOCHLDINIT -128 /* no child init functions will be called
                                 if this rank is used in fork_process() */
                                 if this rank is used in fork_process() */
 
 
-#define PROC_MIN PROC_UNIXSOCK /* Minimum process rank */
+#define PROC_MIN PROC_NOCHILDINIT /* Minimum process rank */
 
 
 #define MODULE_VERSION \
 #define MODULE_VERSION \
 	char *module_version=SER_FULL_VERSION; \
 	char *module_version=SER_FULL_VERSION; \