mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in librpc/idl/
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
2f0703b02e
commit
3a33b6652d
@ -64,7 +64,7 @@ import "lsa.idl";
|
||||
[in,unique] uint16 *hostname,
|
||||
/*
|
||||
* Note: lsa_String and winreg_String both result
|
||||
* in WERR_INVALID_PARAM
|
||||
* in WERR_INVALID_PARAMETER
|
||||
*/
|
||||
[in,unique] lsa_StringLarge *message,
|
||||
[in] uint32 timeout,
|
||||
@ -80,7 +80,7 @@ import "lsa.idl";
|
||||
[in,unique] uint16 *hostname,
|
||||
/*
|
||||
* Note: lsa_String and winreg_String both result
|
||||
* in WERR_INVALID_PARAM
|
||||
* in WERR_INVALID_PARAMETER
|
||||
*/
|
||||
[in,unique] lsa_StringLarge *message,
|
||||
[in] uint32 timeout,
|
||||
|
@ -341,7 +341,7 @@ import "lsa.idl", "security.idl", "misc.idl";
|
||||
[in,unique] uint16 *hostname,
|
||||
/*
|
||||
* Note: lsa_String and winreg_String both result
|
||||
* in WERR_INVALID_PARAM
|
||||
* in WERR_INVALID_PARAMETER
|
||||
*/
|
||||
[in,unique] lsa_StringLarge *message,
|
||||
[in] uint32 timeout,
|
||||
@ -402,7 +402,7 @@ import "lsa.idl", "security.idl", "misc.idl";
|
||||
[in,unique] uint16 *hostname,
|
||||
/*
|
||||
* Note: lsa_String and winreg_String both result
|
||||
* in WERR_INVALID_PARAM
|
||||
* in WERR_INVALID_PARAMETER
|
||||
*/
|
||||
[in,unique] lsa_StringLarge *message,
|
||||
[in] uint32 timeout,
|
||||
|
Loading…
x
Reference in New Issue
Block a user