Harald Welte has submitted this change and it was merged. (
https://gerrit.osmocom.org/10072 )
Change subject: remove unused -p option from getopt() call in sccp_demo_user
......................................................................
remove unused -p option from getopt() call in sccp_demo_user
Change-Id: I31f30d8c855cb5faf3173987bfe5b36f5a585d02
Depends: I7432e6fc2617e0fd77a098fcd7d14abc40db7229
---
M examples/sccp_demo_user.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
Harald Welte: Looks good to me, approved
diff --git a/examples/sccp_demo_user.c b/examples/sccp_demo_user.c
index 9a9d6eb..28dd166 100644
--- a/examples/sccp_demo_user.c
+++ b/examples/sccp_demo_user.c
@@ -169,7 +169,7 @@
int remote_pc = DEFAULT_PC_CLIENT;
bool lflag = false, rflag = false, Lflag = false, Rflag = false;
- while ((ch = getopt(argc, argv, "cl:r:p:L:R:")) != -1) {
+ while ((ch = getopt(argc, argv, "cl:r:L:R:")) != -1) {
switch (ch) {
case 'c':
client = true;
--
To view, visit https://gerrit.osmocom.org/10072
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I31f30d8c855cb5faf3173987bfe5b36f5a585d02
Gerrit-Change-Number: 10072
Gerrit-PatchSet: 1
Gerrit-Owner: Stefan Sperling <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder