summaryrefslogtreecommitdiffstats
path: root/source/smbd/trans2.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/smbd/trans2.c')
-rw-r--r--source/smbd/trans2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/trans2.c b/source/smbd/trans2.c
index b91cdeef702..584345a906a 100644
--- a/source/smbd/trans2.c
+++ b/source/smbd/trans2.c
@@ -4069,7 +4069,7 @@ static NTSTATUS smb_file_position_information(connection_struct *conn,
#else /* LARGE_SMB_OFF_T */
if (IVAL(pdata,4) != 0) {
/* more than 32 bits? */
- return ERROR_NT(NT_STATUS_INVALID_PARAMETER);
+ return NT_STATUS_INVALID_PARAMETER;
}
#endif /* LARGE_SMB_OFF_T */