diff options
author | Günther Deschner <gd@samba.org> | 2008-07-02 13:09:23 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-07-03 12:13:11 +0200 |
commit | b74c0fa10f3bddd2a0fcc5bb098133df66744f93 (patch) | |
tree | 156bd08ea24c772e06d184f91f5305526c0c7ff3 | |
parent | 2c703ec720ba6890b609342774260043ff5a331f (diff) | |
download | samba-b74c0fa10f3bddd2a0fcc5bb098133df66744f93.tar.gz samba-b74c0fa10f3bddd2a0fcc5bb098133df66744f93.tar.bz2 samba-b74c0fa10f3bddd2a0fcc5bb098133df66744f93.zip |
netapi: fix doxygen warning.
Guenther
(This used to be commit cfd59383d680e41a885e546842b0eb8585123acb)
-rw-r--r-- | source3/lib/netapi/netapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/netapi/netapi.h b/source3/lib/netapi/netapi.h index 113a72ca13..8ec1fbfb03 100644 --- a/source3/lib/netapi/netapi.h +++ b/source3/lib/netapi/netapi.h @@ -518,7 +518,7 @@ NET_API_STATUS NetUserEnum(const char * server_name /* [in] */, * @param[in] domain_name The server or domain name to connect to * @param[in] user_name The user account to change the password for * @param[in] old_password The user account's old password - * @param[in] old_password The user account's new password + * @param[in] new_password The user account's new password * @return NET_API_STATUS * * example user/user_chgpwd.c |