projects
/
users
/
dwmw2
/
openconnect.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f06b564
)
fix misuse of write_new_config callback by GP, causing Java crashes
author
Daniel Lenski <dlenski@gmail.com>
Mon, 6 Aug 2018 19:22:27 +0000
(12:22 -0700)
committer
Daniel Lenski <dlenski@gmail.com>
Mon, 6 Aug 2018 19:22:27 +0000
(12:22 -0700)
auth-globalprotect.c
patch
|
blob
|
history
diff --git
a/auth-globalprotect.c
b/auth-globalprotect.c
index b70d6a6c94c87e5fbe47b7e5f6d7c98056900f70..5c4dfe7301a0276bd38f2eca69306a171308a622 100644
(file)
--- a/
auth-globalprotect.c
+++ b/
auth-globalprotect.c
@@
-295,7
+295,7
@@
gateways:
buf_append(buf, " </ServerList>\n</GPPortal>\n");
if ((result = buf_error(buf)))
goto out;
- if ((result = vpninfo->write_new_config(vpninfo, buf->data, buf->pos)))
+ if ((result = vpninfo->write_new_config(vpninfo
->cbdata
, buf->data, buf->pos)))
goto out;
}