Attention is currently required from: pespin.
fixeria has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/libosmo-abis/+/38809?usp=email )
Change subject: ipaccess: Reduce scope of line local variable ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
File src/input/ipaccess.c:
https://gerrit.osmocom.org/c/libosmo-abis/+/38809/comment/e4da81dd_c28208b3?... : PS1, 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...