summaryrefslogtreecommitdiff
path: root/source3/web
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-11-06 23:08:00 +0000
committerJeremy Allison <jra@samba.org>2000-11-06 23:08:00 +0000
commit0042bf32cc8eddfc0b89799f19bf6cfa05311f99 (patch)
tree925864aa831a91ec21698ce5241fd96c58abaea4 /source3/web
parent6d36edaf437a9d109fe3bfff26c9f6a3b584aaf6 (diff)
downloadsamba-0042bf32cc8eddfc0b89799f19bf6cfa05311f99.tar.gz
samba-0042bf32cc8eddfc0b89799f19bf6cfa05311f99.tar.bz2
samba-0042bf32cc8eddfc0b89799f19bf6cfa05311f99.zip
Fix to the "known/unknown user" difference patch from "Ron Alexander" <rcalex@home.com>.
Jeremy. (This used to be commit 7a698c1f23ea8740755c544f631789848a360e42)
Diffstat (limited to 'source3/web')
-rw-r--r--source3/web/cgi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/web/cgi.c b/source3/web/cgi.c
index a99b9d3c5d..f85ba7bebd 100644
--- a/source3/web/cgi.c
+++ b/source3/web/cgi.c
@@ -394,6 +394,7 @@ static BOOL cgi_handle_authorization(char *line)
/* Save the users name */
C_user = strdup(user);
+ return True;
}
err: