Skip to content

Commit

Permalink
Fix no_gssapi_authorization protocol
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Mar 15, 2015
1 parent 1c5df69 commit f177744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-auth.c
Expand Up @@ -191,7 +191,7 @@ static int basic_authorization(struct openconnect_info *vpninfo, int proxy,
}

#if !defined(HAVE_GSSAPI) && !defined(_WIN32)
static int no_gssapi_authorization(struct openconnect_info *vpninfo,
static int no_gssapi_authorization(struct openconnect_info *vpninfo, int proxy,
struct http_auth_state *auth_state,
struct oc_text_buf *hdrbuf)
{
Expand Down

0 comments on commit f177744

Please sign in to comment.