Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
main: Use openconnect_set_pfs() instead of touching vpninfo->pfs
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
  • Loading branch information
cernekee committed Jun 10, 2014
1 parent fe317bc commit 9c438cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Expand Up @@ -675,7 +675,7 @@ int main(int argc, char **argv)
pidfile = keep_config_arg();
break;
case OPT_PFS:
vpninfo->pfs = 1;
openconnect_set_pfs(vpninfo, 1);
break;
case OPT_SERVERCERT:
openconnect_set_server_cert_sha1(vpninfo, xstrdup(config_arg));
Expand Down

0 comments on commit 9c438cb

Please sign in to comment.