summaryrefslogtreecommitdiff
path: root/source3/nsswitch
diff options
context:
space:
mode:
authorGerald (Jerry) Carter <jerry@samba.org>2007-12-21 13:47:45 -0600
committerGerald (Jerry) Carter <jerry@samba.org>2007-12-21 13:49:19 -0600
commit387288e9501cd211500b1c5cf1bc0a339017a4a4 (patch)
treeec127499f63d3942cc7489b667734f37d7e32bcc /source3/nsswitch
parent59ce7650f24eb7c35b8d3ee9f830711a4af8f8e9 (diff)
downloadsamba-387288e9501cd211500b1c5cf1bc0a339017a4a4.tar.gz
samba-387288e9501cd211500b1c5cf1bc0a339017a4a4.tar.bz2
samba-387288e9501cd211500b1c5cf1bc0a339017a4a4.zip
Compile fix: Correct use of wbcDomainInfo() after function signature change.
Also fixes a doxygen warngin about an undocumented parameter in the same function. (This used to be commit 290ab64e9e5fb2a28e14a5f344f22119d5304563)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r--source3/nsswitch/libwbclient/wbc_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/libwbclient/wbc_util.c b/source3/nsswitch/libwbclient/wbc_util.c
index 2d7cc7bcbd..b0adaad318 100644
--- a/source3/nsswitch/libwbclient/wbc_util.c
+++ b/source3/nsswitch/libwbclient/wbc_util.c
@@ -39,7 +39,7 @@ wbcErr wbcPing(void)
/** @brief Lookup the current status of a trusted domain
*
* @param domain Domain to query
- * @param *info Pointer to returned domain_info struct
+ * @param *dinfo Pointer to returned domain_info struct
*
* @return #wbcErr
*