fix: add missing error checking for sync command
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user