summaryrefslogtreecommitdiff
path: root/source3/nsswitch/libwbclient/wbc_pwd.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-27 01:15:07 +0200
committerGünther Deschner <gd@samba.org>2008-09-27 01:15:07 +0200
commitce46f65f1703c23bad0544e14f8db464a93dbb1e (patch)
tree2a5a76c9f1ffcfa45f1c4bb4b97cc2df623d1689 /source3/nsswitch/libwbclient/wbc_pwd.c
parentc12c69c6ee637075573350aa6f1d4b1abf84ad0b (diff)
downloadsamba-ce46f65f1703c23bad0544e14f8db464a93dbb1e.tar.gz
samba-ce46f65f1703c23bad0544e14f8db464a93dbb1e.tar.bz2
samba-ce46f65f1703c23bad0544e14f8db464a93dbb1e.zip
libwbclient: fix doxygen warnings.
Guenther
Diffstat (limited to 'source3/nsswitch/libwbclient/wbc_pwd.c')
-rw-r--r--source3/nsswitch/libwbclient/wbc_pwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/libwbclient/wbc_pwd.c b/source3/nsswitch/libwbclient/wbc_pwd.c
index b5f167369c..0d17b312ef 100644
--- a/source3/nsswitch/libwbclient/wbc_pwd.c
+++ b/source3/nsswitch/libwbclient/wbc_pwd.c
@@ -380,7 +380,7 @@ wbcErr wbcGetgrent(struct group **grp)
*
* @param *account The given user name
* @param *num_groups Number of elements returned in the groups array
- * @param **groups Pointer to resulting gid_t array.
+ * @param **_groups Pointer to resulting gid_t array.
*
* @return #wbcErr
**/