From: Günther Deschner Date: Wed, 2 Jul 2008 11:09:23 +0000 (+0200) Subject: netapi: fix doxygen warning. X-Git-Tag: samba-3.3.0pre1~688 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cfd59383d680e41a885e546842b0eb8585123acb;p=thirdparty%2Fsamba.git netapi: fix doxygen warning. Guenther --- diff --git a/source/lib/netapi/netapi.h b/source/lib/netapi/netapi.h index 113a72ca13e..8ec1fbfb030 100644 --- a/source/lib/netapi/netapi.h +++ b/source/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