Skip to content

Commit

Permalink
Fix non-GSSAPI build
Browse files Browse the repository at this point in the history
Pointed out by Tiebing Zhang.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Feb 20, 2015
1 parent 021bddd commit 4817823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http.c
Expand Up @@ -1416,7 +1416,7 @@ static int basic_authorization(struct openconnect_info *vpninfo,

#if !defined(HAVE_GSSAPI) && !defined(_WIN32)
static int no_gssapi_authorization(struct openconnect_info *vpninfo,
struct http_auth_State *auth_state,
struct http_auth_state *auth_state,
struct oc_text_buf *hdrbuf)
{
/* This comes last so just complain. We're about to bail. */
Expand Down

0 comments on commit 4817823

Please sign in to comment.