Attention is currently required from: osmith.
1 comment:
File src/osmo-bsc/abis_nm.c:
Patch Set #1, Line 3050: /* if ip == 0, we use the default IP */
As I understand it, this function generates a the ipaccess RSL connect message and sends it, and thi […]
Ok fine, but perhaps you can then initialize it in the else path:
if (ip != 0) {
...
} else {
ia = (struct in_addr){};
}
To view, visit change 27951. To unsubscribe, or for help writing mail filters, visit settings.