Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'fix_base64_decode' of gitlab.com:dlenski/openconnect
  • Loading branch information
dwmw2 committed Sep 21, 2018
2 parents 5da09b1 + 49014cc commit a33a274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-auth.c
Expand Up @@ -99,7 +99,7 @@ void *openconnect_base64_decode(int *ret_len, const char *in)

err:
free(buf);
*ret_len = EINVAL;
*ret_len = -EINVAL;
return NULL;
}

Expand Down

0 comments on commit a33a274

Please sign in to comment.