From 3057c3975cd8c38fe72a0a425decff11c177c7f9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 16 Feb 2007 12:13:52 +0000 Subject: r21379: Attempt to fix the build on "gwen" (This used to be commit 3d85eb758d2261e0749f6db0ce368a7c0d4df149) --- source3/smbd/trans2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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 */ -- cgit