mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Simply to appease gcc's warnings.
This commit is contained in:
parent
97c477f86f
commit
d63180f2df
1 changed files with 1 additions and 1 deletions
|
|
@ -491,7 +491,7 @@ ow_child_location_str(device_t dev, device_t child, char *buf,
|
|||
size_t buflen)
|
||||
{
|
||||
|
||||
snprintf(buf, buflen, "");
|
||||
*buf = '\0';
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue