Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This cast and rename of the `void *arg` to `struct pfdata *pfd` isn't necessary, we can change the argument type to the actual type, because the function is called only once and therefore always with an argument of the `struct pfdata *` type.
- Loading branch information