Attention is currently required from: arehbein, pespin.
1 comment:
File src/common/oml.c:
Patch Set #2, Line 1106: gsm_objclass2obj
This call may overwrite the cause previously set by `gsm_objclass2mo()`.
We may want two checks here instead of a combined one, i.e.
```
if ((mo = gsm_objclass2mo(bts, foh->obj_class, &foh->obj_inst, &c)) == NULL)
return oml_fom_ack_nack(msg, c);
if ((obj = gsm_objclass2obj(bts, foh->obj_class, &foh->obj_inst, &c)) == NULL)
return oml_fom_ack_nack(msg, c);
```
To view, visit change 32354. To unsubscribe, or for help writing mail filters, visit settings.