mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
sfxge: cleanup: error probe correction
Submitted by: Richard Houldsworth <rhouldsworth at solarflare.com> Sponsored by: Solarflare Communications, Inc. MFC after: 2 days
This commit is contained in:
parent
64953dd1dd
commit
f765dcf98c
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ hunt_mac_loopback_set(
|
|||
return (0);
|
||||
|
||||
fail1:
|
||||
EFSYS_PROBE(fail2);
|
||||
EFSYS_PROBE1(fail1, int, rc);
|
||||
|
||||
epp->ep_loopback_type = old_loopback_type;
|
||||
epp->ep_loopback_link_mode = old_loopback_link_mode;
|
||||
|
|
|
|||
Loading…
Reference in a new issue