Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
openconnect
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
mirror
openconnect
Commits
2f0f0f0d
Commit
2f0f0f0d
authored
Dec 01, 2020
by
Daniel Lenski
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bugfix_MR_143' into 'master'
bugfix for !143 See merge request openconnect/openconnect!153
parents
6bcdf4e3
dc1f764d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
auth-globalprotect.c
auth-globalprotect.c
+3
-3
No files found.
auth-globalprotect.c
View file @
2f0f0f0d
...
...
@@ -328,6 +328,9 @@ static int parse_login_xml(struct openconnect_info *vpninfo, xmlNode *xml_node,
while
(
xml_node
&&
xml_node
->
type
!=
XML_ELEMENT_NODE
)
xml_node
=
xml_node
->
next
;
/* XX: argument 0 is unknown so we reuse this for extra arguments */
arg
=
&
gp_login_args
[(
argn
<
gp_login_nargs
)
?
argn
:
0
];
if
(
!
xml_node
)
value
=
NULL
;
else
if
(
!
xmlnode_get_val
(
xml_node
,
"argument"
,
&
value
))
{
...
...
@@ -348,9 +351,6 @@ static int parse_login_xml(struct openconnect_info *vpninfo, xmlNode *xml_node,
}
else
goto
err_out
;
/* XX: argument 0 is unknown so we reuse this for extra arguments */
arg
=
&
gp_login_args
[(
argn
<
gp_login_nargs
)
?
argn
:
0
];
if
(
arg
->
unknown
&&
value
)
{
unknown_args
++
;
vpn_progress
(
vpninfo
,
PRG_ERR
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment