Attention is currently required from: pespin.
Patch set 1:Code-Review +1
1 comment:
File src/input/ipaccess.c:
Patch Set #1, Line 871: if (hh->proto == IPAC_PROTO_IPACCESS) {
Maybe we should just do an early return here instead?
```
if (hh->proto != IPAC_PROTO_IPACCESS)
return 0;
```
Most of this function is ip.access specific anyway...
To view, visit change 38809. To unsubscribe, or for help writing mail filters, visit settings.