1
0
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:
Günther Deschner
2015-12-03 15:24:24 +01:00
committed by Jeremy Allison
parent 0f87084f9c
commit 118ba610b9
5 changed files with 16 additions and 16 deletions

View File

@@ -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';