From b3d32cd25efc05f1b6a2266767070b14e6d8966f Mon Sep 17 00:00:00 2001 From: Stefan Sperling Date: Fri, 20 Jul 2018 13:40:05 +0200 Subject: remove unused -p option from getopt() call in sccp_demo_user Change-Id: I31f30d8c855cb5faf3173987bfe5b36f5a585d02 Depends: I7432e6fc2617e0fd77a098fcd7d14abc40db7229 --- examples/sccp_demo_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 main(int argc, char **argv) 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; -- cgit v1.2.3