diff options
Diffstat (limited to 'source3/smbd/trans2.c')
-rw-r--r-- | source3/smbd/trans2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c index b91cdeef70..584345a906 100644 --- a/source3/smbd/trans2.c +++ b/source3/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 */ |