summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-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: