mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix regression from r353026. Pointer was increased instead of value
pointed to. PR: 241646 Submitted by: Aleksandr Fedorov <aleksandr.fedorov itglobal.com>
This commit is contained in:
parent
b144826d79
commit
abc4b11cea
1 changed files with 1 additions and 1 deletions
|
|
@ -977,7 +977,7 @@ ng_bridge_unmute(hook_p hook, void *arg)
|
|||
ng_bridge_nodename(node), NG_HOOK_NAME(hook));
|
||||
}
|
||||
}
|
||||
counter++;
|
||||
(*counter)++;
|
||||
return (1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue