Skip to content

Commit

Permalink
[~]fix rebase code
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylsy committed Nov 7, 2023
1 parent 923738d commit d3ea146
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/demo_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,6 @@ xqc_demo_svr_parse_args(int argc, char *argv[], xqc_demo_svr_args_t *args)
{
int ch = 0;
while ((ch = getopt(argc, argv, "p:c:CD:l:L:6k:rdMPs:R:u:a:")) != -1) {
while ((ch = getopt(argc, argv, "p:c:CD:l:L:6k:rdiMPs:R:")) != -1) {
switch (ch) {
/* listen port */
case 'p':
Expand Down

0 comments on commit d3ea146

Please sign in to comment.