mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 00:00:44 +00:00
Remove assignment without effect in fs_cli
This commit is contained in:
parent
f00b77597f
commit
a5397e5980
@ -1406,8 +1406,6 @@ int main(int argc, char *argv[])
|
|||||||
print_banner(stdout, is_color);
|
print_banner(stdout, is_color);
|
||||||
usage(argv[0]);
|
usage(argv[0]);
|
||||||
return 0;
|
return 0;
|
||||||
default:
|
|
||||||
opt = 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (argv_error) {
|
if (argv_error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user