summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/file.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-03 15:24:23 +0100
committerJeremy Allison <jra@samba.org>2016-09-28 00:04:22 +0200
commit9bde08f153ab94c28f3987e0bd6bccff6331ad6c (patch)
tree84af33e8977b5252fcc49c268962a9dee5b5bb8b /source3/lib/netapi/file.c
parent3a33b6652d441fbfe9efee45407a912de8b96095 (diff)
downloadsamba-9bde08f153ab94c28f3987e0bd6bccff6331ad6c.tar.gz
werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/lib/netapi/
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/lib/netapi/file.c')
-rw-r--r--source3/lib/netapi/file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/netapi/file.c b/source3/lib/netapi/file.c
index 99541b97578..eeecab4ffc6 100644
--- a/source3/lib/netapi/file.c
+++ b/source3/lib/netapi/file.c
@@ -118,7 +118,7 @@ WERROR NetFileGetInfo_r(struct libnetapi_ctx *ctx,
struct dcerpc_binding_handle *b;
if (!r->out.buffer) {
- return WERR_INVALID_PARAM;
+ return WERR_INVALID_PARAMETER;
}
switch (r->in.level) {
@@ -189,7 +189,7 @@ WERROR NetFileEnum_r(struct libnetapi_ctx *ctx,
struct dcerpc_binding_handle *b;
if (!r->out.buffer) {
- return WERR_INVALID_PARAM;
+ return WERR_INVALID_PARAMETER;
}
switch (r->in.level) {