Attention is currently required from: pespin.
1 comment:
File src/common/pcu_sock.c:
Patch Set #1, Line 947: #define ENSURE_BTS_OBJECT() \
better pass "bts" as a param here, so it doesn't get magically assigned below.
shouldn't we better have something like this?:
#define ENSURE_BTS_OBJECT(bts_nr) ({ \
_bts = magic(); \
_bts; \
})
To view, visit change 38958. To unsubscribe, or for help writing mail filters, visit settings.