From: Andrew Tridgell Date: Sat, 3 Jun 2000 06:34:40 +0000 (+0000) Subject: moved secrets fns into secrets.c X-Git-Tag: samba-4.0.0alpha6~801^2~19707 X-Git-Url: http://git.samba.org/samba.git/?p=nivanova%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=cbeb0aa3f2d20e8587a0de5a340ca2901d49f174 moved secrets fns into secrets.c (This used to be commit 16355a9c66a2bdab1feb8914a40bbea5272bb170) --- diff --git a/source3/utils/smbpasswd.c b/source3/utils/smbpasswd.c index 047a69419c5..7f26c1d0e95 100644 --- a/source3/utils/smbpasswd.c +++ b/source3/utils/smbpasswd.c @@ -100,7 +100,7 @@ static int join_domain(char *domain, char *remote) * 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 \ machine %s in domain %s.\n", global_myname, domain); return 1;