mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Fix two trivial typos
This commit is contained in:
parent
24837959ed
commit
5cc4a84583
@ -172,7 +172,7 @@ done:
|
||||
* @param domain Domain name (possibly "")
|
||||
* @param name User or group name
|
||||
* @param *sid Pointer to the resolved domain SID
|
||||
* @param *name_type Pointet to the SID type
|
||||
* @param *name_type Pointer to the SID type
|
||||
*
|
||||
* @return #wbcErr
|
||||
*
|
||||
@ -225,7 +225,7 @@ wbcErr wbcLookupName(const char *domain,
|
||||
* @param *sid Pointer to the domain SID to be resolved
|
||||
* @param pdomain Resolved Domain name (possibly "")
|
||||
* @param pname Resolved User or group name
|
||||
* @param *pname_type Pointet to the resolved SID type
|
||||
* @param *pname_type Pointer to the resolved SID type
|
||||
*
|
||||
* @return #wbcErr
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user