Skip to content

Commit

Permalink
Cosmetic fix in cleanup_ntlm_auth()
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 Jul 21, 2014
1 parent 764ce6b commit 4af7910
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ntlm.c
Expand Up @@ -246,7 +246,8 @@ void cleanup_ntlm_auth(struct openconnect_info *vpninfo)
{
if (vpninfo->auth[AUTH_TYPE_NTLM].state == NTLM_SSO_REQ) {
close(vpninfo->ntlm_helper_fd);
vpninfo->ntlm_helper_fd = -1;}
vpninfo->ntlm_helper_fd = -1;
}
}
#endif /* !_WIN32 */

Expand Down

0 comments on commit 4af7910

Please sign in to comment.