Attention is currently required from: fixeria, msuraev.
1 comment:
File src/libsmpputil/smpp_smsc.c:
Patch Set #10, Line 978: bind_addr ? bind_addr : "0.0.0.0", port ? port : SMPP_PORT);
You are calling "port ? port : SMPP_PORT" three times.
Do once "port = (port ? : SMPP_PORT);" and simplify the code.
To view, visit change 28865. To unsubscribe, or for help writing mail filters, visit settings.