Removed unnecessary SERVER pointer from dcb.c:dcb_call_foreach(), changed declaration and call accordingly.
This commit is contained in:
@ -1837,7 +1837,6 @@ static DCB* dcb_get_next (
|
||||
}
|
||||
|
||||
void dcb_call_foreach (
|
||||
SERVER* srv,
|
||||
DCB_REASON reason)
|
||||
{
|
||||
switch (reason) {
|
||||
|
Reference in New Issue
Block a user