mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Partially fix (well, work around) warnings inspired by lint, a
commercial lint and WARNS=4.
This commit is contained in:
parent
9b2010a2de
commit
fab912df88
1 changed files with 2 additions and 2 deletions
|
|
@ -188,8 +188,8 @@ print_acl(char *path, acl_type_t type)
|
|||
|
||||
printf("%s", acl_text);
|
||||
|
||||
acl_free(acl);
|
||||
acl_free(acl_text);
|
||||
(void)acl_free(acl);
|
||||
(void)acl_free(acl_text);
|
||||
|
||||
return(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue