diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-02-16 12:13:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:59 -0500 |
commit | 3057c3975cd8c38fe72a0a425decff11c177c7f9 (patch) | |
tree | 0b021e3763b605fa9c801ea9fba28e09f6397848 /source3/smbd | |
parent | 29b6971da7270a119adf7ed3818f540c89814973 (diff) | |
download | samba-3057c3975cd8c38fe72a0a425decff11c177c7f9.tar.gz samba-3057c3975cd8c38fe72a0a425decff11c177c7f9.tar.bz2 samba-3057c3975cd8c38fe72a0a425decff11c177c7f9.zip |
r21379: Attempt to fix the build on "gwen"
(This used to be commit 3d85eb758d2261e0749f6db0ce368a7c0d4df149)
Diffstat (limited to 'source3/smbd')
-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 */ |