Skip to content

Commit

Permalink
stop asking users to report unexpected GP login argument arg[20]="unk…
Browse files Browse the repository at this point in the history
…nown"

We don't know what this one means, but newer GP servers always send it and it's basically uninteresting.

Signed-off-by: Daniel Lenski <dlenski@gmail.com>
  • Loading branch information
dlenski committed May 13, 2020
1 parent 060f2d2 commit 0ff94df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth-globalprotect.c
Expand Up @@ -300,6 +300,7 @@ static const struct gp_login_arg gp_login_args[] = {
{ .opt="portal-prelogonuserauthcookie", .show=1},
{ .unknown=1 },
{ .opt="usually-equals-4", .show=1 }, /* newer servers send "4" here, meaning unknown */
{ .opt="usually-equals-unknown", .show=1 }, /* newer servers send "unknown" here */
};
static const int gp_login_nargs = (sizeof(gp_login_args)/sizeof(*gp_login_args));

Expand Down

0 comments on commit 0ff94df

Please sign in to comment.