fix: TCP server calls

This commit is contained in:
ngn
2024-08-07 05:35:13 +03:00
parent edc732ac69
commit d7dd578fc4
6 changed files with 20 additions and 6 deletions

View File

@ -149,6 +149,7 @@ typedef enum lm_error {
LM_ERR_ExtractRootChdirFail = 147,
LM_ERR_ExtractOldChdirFail = 148,
LM_ERR_MPTPAcceptFail = 149,
LM_ERR_MPTPListenFail = 150,
} lm_error_t;
typedef struct lm_error_desc {