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
@ -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 New Issue
Block a user