summaryrefslogtreecommitdiff
path: root/source3/utils/smbpasswd.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-04 06:20:39 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-04 06:20:39 +0000
commit1838d83e241ceaa73c61c53b50d5f7104b2f6143 (patch)
tree8fbc15a70fe250245643156af16d6d893e7ab8ab /source3/utils/smbpasswd.c
parent8e8ce079b8c54b257111537d487a5419ce0d1479 (diff)
downloadsamba-1838d83e241ceaa73c61c53b50d5f7104b2f6143.tar.gz
samba-1838d83e241ceaa73c61c53b50d5f7104b2f6143.tar.bz2
samba-1838d83e241ceaa73c61c53b50d5f7104b2f6143.zip
moved init_account_policy() to the right place
(This used to be commit e908f304a26b9f1100e301610151a9334bf117b0)
Diffstat (limited to 'source3/utils/smbpasswd.c')
-rw-r--r--source3/utils/smbpasswd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/utils/smbpasswd.c b/source3/utils/smbpasswd.c
index b129268f34..92136bea7a 100644
--- a/source3/utils/smbpasswd.c
+++ b/source3/utils/smbpasswd.c
@@ -221,8 +221,6 @@ static BOOL password_change(const char *remote_machine, char *user_name,
return ret;
}
- init_account_policy();
-
ret = local_password_change(user_name, local_flags, new_passwd,
err_str, sizeof(err_str), msg_str, sizeof(msg_str));