moved secrets fns into secrets.c
authorAndrew Tridgell <tridge@samba.org>
Sat, 3 Jun 2000 06:34:40 +0000 (06:34 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 3 Jun 2000 06:34:40 +0000 (06:34 +0000)
(This used to be commit 16355a9c66a2bdab1feb8914a40bbea5272bb170)

source3/utils/smbpasswd.c

index 047a69419c5182dc4828d71b6de287dc6b388726..7f26c1d0e95bc1ba516260af5276b0a439c813b7 100644 (file)
@@ -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;