mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix breakage introduced in last commit.
This commit is contained in:
parent
3af5aa46eb
commit
6c9c14c5dc
1 changed files with 1 additions and 1 deletions
|
|
@ -64,5 +64,5 @@ branding_mismatch(int brand1, int brand2)
|
|||
return (0);
|
||||
if (brand1 != brand2)
|
||||
return (1);
|
||||
return (1);
|
||||
return (0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue