mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
Fix a const related warning.
This commit is contained in:
parent
93e8459a02
commit
f7ce4efc8a
1 changed files with 1 additions and 1 deletions
|
|
@ -1296,7 +1296,7 @@ resource_match_string(int i, const char *resname, const char *value)
|
|||
}
|
||||
|
||||
static int
|
||||
resource_find_hard(const char *cp, const char *name, int unit,
|
||||
resource_find_hard(char *cp, const char *name, int unit,
|
||||
const char *resname, struct config_resource **result)
|
||||
{
|
||||
char match[256];
|
||||
|
|
|
|||
Loading…
Reference in a new issue