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