Removed unnecessary SERVER pointer from dcb.c:dcb_call_foreach(), changed declaration and call accordingly.

This commit is contained in:
VilhoRaatikka
2014-06-27 10:54:11 +03:00
parent edf9f0c59c
commit 20637ee224
3 changed files with 3 additions and 3 deletions

View File

@ -1837,7 +1837,6 @@ static DCB* dcb_get_next (
}
void dcb_call_foreach (
SERVER* srv,
DCB_REASON reason)
{
switch (reason) {