summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2004-01-14 21:50:25 +0000
committerRafal Szczesniak <mimir@samba.org>2004-01-14 21:50:25 +0000
commitf0145a2a75fe19dadd019ffc76b2251855e450d7 (patch)
treef0f183860120cbc32280bff616d7e23de63d24bd
parent24a3c24383303b6b51890ee8ab990a25a4500a23 (diff)
downloadsamba-f0145a2a75fe19dadd019ffc76b2251855e450d7.tar.gz
samba-f0145a2a75fe19dadd019ffc76b2251855e450d7.tar.bz2
samba-f0145a2a75fe19dadd019ffc76b2251855e450d7.zip
Comment and formatting fix.
rafal (This used to be commit 336720416abd1f6d62f9a6748ae6a0454976c9d4)
-rw-r--r--source3/passdb/secrets.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/passdb/secrets.c b/source3/passdb/secrets.c
index f9557cac42..b389e42b7f 100644
--- a/source3/passdb/secrets.c
+++ b/source3/passdb/secrets.c
@@ -238,7 +238,7 @@ uint32 get_default_sec_channel(void)
/************************************************************************
Routine to get the trust account password for a domain.
The user of this function must have locked the trust password file using
- the above call.
+ the above secrets_lock_trust_account_password().
************************************************************************/
BOOL secrets_fetch_trust_account_password(const char *domain, uint8 ret_pwd[16],
@@ -562,7 +562,8 @@ BOOL secrets_store_ldap_pw(const char* dn, char* pw)
* @return nt status code of rpc response
**/
-NTSTATUS secrets_get_trusted_domains(TALLOC_CTX* ctx, int* enum_ctx, unsigned int max_num_domains, int *num_domains, TRUSTDOM ***domains)
+NTSTATUS secrets_get_trusted_domains(TALLOC_CTX* ctx, int* enum_ctx, unsigned int max_num_domains,
+ int *num_domains, TRUSTDOM ***domains)
{
TDB_LIST_NODE *keys, *k;
TRUSTDOM *dom = NULL;