mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
ocs_fc: Remove a stray semicolon
MFC after: 1 week (cherry picked from commit 36756195a342dbfb8fcfc7561b1d656fc6310d05)
This commit is contained in:
parent
1d8eda2e32
commit
02e61e1d9e
1 changed files with 1 additions and 1 deletions
|
|
@ -12192,7 +12192,7 @@ ocs_hw_set_persistent_topology(ocs_hw_t *hw, uint32_t topology, uint32_t opts)
|
|||
param.persistent_topo = SLI4_INIT_LINK_F_P2P_FAIL_OVER;
|
||||
param.topo_failover = 1;
|
||||
} else {
|
||||
param.persistent_topo = SLI4_INIT_LINK_F_P2P_ONLY;;
|
||||
param.persistent_topo = SLI4_INIT_LINK_F_P2P_ONLY;
|
||||
param.topo_failover = 0;
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue