瀏覽代碼

- 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
                                 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 \
 	char *module_version=SER_FULL_VERSION; \