diff options
Diffstat (limited to 'source3/web')
-rw-r--r-- | source3/web/swat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/web/swat.c b/source3/web/swat.c index 29ff28a75a7..e0936d07419 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; } |