summaryrefslogtreecommitdiff
path: root/source3/web/swat.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/web/swat.c')
-rw-r--r--source3/web/swat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/web/swat.c b/source3/web/swat.c
index 29ff28a75a..e0936d0741 100644
--- a/source3/web/swat.c
+++ b/source3/web/swat.c
@@ -640,8 +640,8 @@ static BOOL change_password(const char *remote_machine, char *user_name,
return ret;
}
- if(!initialize_password_db()) {
- printf("Can't setup password database vectors.\n<p>");
+ if(!initialize_password_db(True)) {
+ printf("Can't initialize passdb!\n<p>");
return False;
}