From 66b6a8cf62c2fe9b1eafeb094916e6046f686359 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 29 Jul 2010 13:16:09 +0200 Subject: s3-auth: Remove obsolete 'update encrypted' option. --- source3/web/cgi.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source3/web') diff --git a/source3/web/cgi.c b/source3/web/cgi.c index 0c1c80e724..3d7b32c293 100644 --- a/source3/web/cgi.c +++ b/source3/web/cgi.c @@ -373,9 +373,7 @@ static bool cgi_handle_authorization(char *line) * Validate the password they have given. */ - if NT_STATUS_IS_OK(pass_check(pass, user, user_pass, - NULL, False)) { - + if NT_STATUS_IS_OK(pass_check(pass, user, user_pass, false)) { if (pass) { /* * Password was ok. -- cgit