summaryrefslogtreecommitdiff
path: root/source3/libsmb/trust_passwd.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-12-31 12:50:44 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-12-31 12:50:44 +0000
commit82cfa2b248f3d1515bf70f147a406caaba317f47 (patch)
tree6c6cbf4a8de60298b6da1c6c644393c1031b4bd4 /source3/libsmb/trust_passwd.c
parent85c5b3c315ee3899ad13b5f9dcbd61cdec6d30a5 (diff)
downloadsamba-82cfa2b248f3d1515bf70f147a406caaba317f47.tar.gz
samba-82cfa2b248f3d1515bf70f147a406caaba317f47.tar.bz2
samba-82cfa2b248f3d1515bf70f147a406caaba317f47.zip
Fix up the comment in the copyright header
(This used to be commit 45042bef7cdede6f991572677654903bbf7d9144)
Diffstat (limited to 'source3/libsmb/trust_passwd.c')
-rw-r--r--source3/libsmb/trust_passwd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/libsmb/trust_passwd.c b/source3/libsmb/trust_passwd.c
index 7f7a5d29dc..c096a1354d 100644
--- a/source3/libsmb/trust_passwd.c
+++ b/source3/libsmb/trust_passwd.c
@@ -1,7 +1,7 @@
/*
* Unix SMB/Netbios implementation.
* Version 3.0
- * Routines to change
+ * Routines to change trust account passwords.
* Copyright (C) Andrew Bartlett 2001.
*
* This program is free software; you can redistribute it and/or modify
@@ -113,4 +113,3 @@ NTSTATUS trust_pw_find_change_and_store_it(struct cli_state *cli, TALLOC_CTX *me
return trust_pw_change_and_store_it(cli, mem_ctx, old_trust_passwd_hash);
}
-