1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

moved secrets fns into secrets.c

This commit is contained in:
Andrew Tridgell
-
parent f890bcf067
commit 16355a9c66

View File

@ -100,7 +100,7 @@ static int join_domain(char *domain, char *remote)
* Write the old machine account password. * Write the old machine account password.
*/ */
if(!set_trust_account_password(domain, orig_trust_passwd_hash)) { if(!secrets_store_trust_account_password(domain, orig_trust_passwd_hash)) {
fprintf(stderr, "Unable to write the machine account password for \ fprintf(stderr, "Unable to write the machine account password for \
machine %s in domain %s.\n", global_myname, domain); machine %s in domain %s.\n", global_myname, domain);
return 1; return 1;