fix: keep pool info error messages
This commit is contained in:
@ -150,6 +150,8 @@ typedef enum lm_error {
|
||||
LM_ERR_ExtractOldChdirFail = 148,
|
||||
LM_ERR_MPTPAcceptFail = 149,
|
||||
LM_ERR_MPTPListenFail = 150,
|
||||
LM_ERR_PoolInfoBadName = 151,
|
||||
LM_ERR_PoolInfoUnknown = 152,
|
||||
} lm_error_t;
|
||||
|
||||
typedef struct lm_error_desc {
|
||||
|
Reference in New Issue
Block a user