diff options
| author | liuwentan <[email protected]> | 2023-03-02 11:01:52 +0800 |
|---|---|---|
| committer | liuwentan <[email protected]> | 2023-03-02 11:01:52 +0800 |
| commit | d790afa58bf80e098988745f3cf71dd69f0cedff (patch) | |
| tree | 0a576886ee79f672e4b1d17480e5be0ad32df520 /src/maat_utils.c | |
| parent | 4a594978c71881e8fcba6c8680484eb34ebd1643 (diff) | |
export maat_get_table_id symbol
Diffstat (limited to 'src/maat_utils.c')
| -rw-r--r-- | src/maat_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/maat_utils.c b/src/maat_utils.c index 2d51655..76a827e 100644 --- a/src/maat_utils.c +++ b/src/maat_utils.c @@ -234,7 +234,7 @@ int system_cmd_rmdir(const char *dir) { char cmd[MAX_SYSTEM_CMD_LEN] = { 0 }; snprintf(cmd,sizeof(cmd), "rm %s -rf", dir); - return system(cmd); + return system(cmd); } char *md5_file(const char *filename, char *md5string) |
