fix: add missing error checking for sync command

This commit is contained in:
ngn
2024-07-16 16:04:21 +03:00
parent 16cfc0676e
commit d66fefa1d4
4 changed files with 18 additions and 1 deletions

View File

@ -139,6 +139,7 @@ typedef enum lm_error {
LM_ERR_FileHashFail = 131,
LM_ERR_FileHashNoMatch = 132,
LM_ERR_InfoNotLoaded = 133,
LM_ERR_NoPools = 134,
} lm_error_t;
typedef struct lm_error_desc {