mirror of
https://github.com/samba-team/samba.git
synced 2025-10-19 23:33:15 +03:00
werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/registry/
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
committed by
Jeremy Allison
parent
0f87084f9c
commit
118ba610b9
@@ -158,7 +158,7 @@ WERROR reg_delete_path(const struct security_token *token,
|
||||
|
||||
if ((p == NULL) || (p[1] == '\0')) {
|
||||
SAFE_FREE(path);
|
||||
return WERR_INVALID_PARAM;
|
||||
return WERR_INVALID_PARAMETER;
|
||||
}
|
||||
|
||||
*p = '\0';
|
||||
|
Reference in New Issue
Block a user