Attention is currently required from: neels.
3 comments:
File src/osmo-bsc/bsc_vty.c:
Patch Set #1, Line 2730: || argv[i][1] != 'r'
this indentation looks wrong.
Patch Set #1, Line 2731: || (argv[i][0] != 'h' && argv[i][0] != 'f')
comparing first argv[i][0] and after argv[i][1] is way more "expected" ;)
Patch Set #1, Line 2740: if (strncmp("hr", argv[i], 2) == 0)
tmp[i].hr = (argv[i][0] == 'h' ? 1 : 0);
To view, visit change 31610. To unsubscribe, or for help writing mail filters, visit settings.