diff options
author | Gerald (Jerry) Carter <jerry@samba.org> | 2007-12-21 13:47:45 -0600 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-12-21 13:49:19 -0600 |
commit | 387288e9501cd211500b1c5cf1bc0a339017a4a4 (patch) | |
tree | ec127499f63d3942cc7489b667734f37d7e32bcc /source3/nsswitch | |
parent | 59ce7650f24eb7c35b8d3ee9f830711a4af8f8e9 (diff) | |
download | samba-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.c | 2 |
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 * |