Attention is currently required from: fixeria, msuraev.
Patch set 8:Code-Review -1
2 comments:
Patchset:
the added function and the changed VTY behavior have to be two separate patches
File examples/sccp_test_vty.c:
Patch Set #8, Line 44: int conn_id = atoi(argv[0]), ret;
please declare 'int ret;' on a separate line.
we usually call it rc. (ret only when it gets returned, rc for functions we are calling)
To view, visit change 29087. To unsubscribe, or for help writing mail filters, visit settings.