summaryrefslogtreecommitdiff
path: root/source3/web
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2003-02-19 00:27:38 +0000
committerJim McDonough <jmcd@samba.org>2003-02-19 00:27:38 +0000
commita0913929ef6f1e34ff2654e8773c8bf45c6230af (patch)
tree9b02bac14e9870e5415e58e3e83cc80919cd836d /source3/web
parent0ff05c7f66a6321bac3bb699e30a7c49ddbefdfd (diff)
downloadsamba-a0913929ef6f1e34ff2654e8773c8bf45c6230af.tar.gz
samba-a0913929ef6f1e34ff2654e8773c8bf45c6230af.tar.bz2
samba-a0913929ef6f1e34ff2654e8773c8bf45c6230af.zip
base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace().
(This used to be commit 8c69212eeb4a0ec144b960d76319fd4940b8c239)
Diffstat (limited to 'source3/web')
-rw-r--r--source3/web/cgi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/web/cgi.c b/source3/web/cgi.c
index 46f33789bf..8abc2f0bd5 100644
--- a/source3/web/cgi.c
+++ b/source3/web/cgi.c
@@ -306,7 +306,7 @@ static BOOL cgi_handle_authorization(char *line)
}
line += 6;
while (line[0] == ' ') line++;
- base64_decode(line);
+ base64_decode_inplace(line);
if (!(p=strchr_m(line,':'))) {
/*
* Always give the same error so a cracker