diff options
author | Jeremy Allison <jra@samba.org> | 2000-11-06 23:08:00 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-11-06 23:08:00 +0000 |
commit | 0042bf32cc8eddfc0b89799f19bf6cfa05311f99 (patch) | |
tree | 925864aa831a91ec21698ce5241fd96c58abaea4 | |
parent | 6d36edaf437a9d109fe3bfff26c9f6a3b584aaf6 (diff) | |
download | samba-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)
-rw-r--r-- | source3/web/cgi.c | 1 |
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: |