diff options
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/machine_account_secrets.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/source3/passdb/machine_account_secrets.c b/source3/passdb/machine_account_secrets.c index 4a6642eef7..8aaea10d8c 100644 --- a/source3/passdb/machine_account_secrets.c +++ b/source3/passdb/machine_account_secrets.c @@ -397,19 +397,6 @@ static bool secrets_delete_prev_machine_password(const char *domain) } /************************************************************************ - Routine to delete the plaintext machine account password and old - password if any -************************************************************************/ - -bool secrets_delete_machine_password(const char *domain) -{ - if (!secrets_delete_prev_machine_password(domain)) { - return false; - } - return secrets_delete(machine_password_keystr(domain)); -} - -/************************************************************************ Routine to delete the plaintext machine account password, old password, sec channel type and last change time from secrets database ************************************************************************/ |