The Samba-Bugzilla – Attachment 1622 Details for
Bug 3287
samba reports inode numbers incompatible to interix sfu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for the patch
patch.diff (text/plain), 484 bytes, created by
Martin Koeppe
on 2005-12-18 14:15:34 UTC
(
hide
)
Description:
patch for the patch
Filename:
MIME Type:
Creator:
Martin Koeppe
Created:
2005-12-18 14:15:34 UTC
Size:
484 bytes
patch
obsolete
>--- trans2.c.orig 2005-12-18 17:27:59.000000000 +0100 >+++ trans2.c 2005-12-18 21:23:56.000000000 +0100 >@@ -3216,8 +3216,8 @@ > BasicFileInformationTest. -tpot */ > > DEBUG(10,("call_trans2qfilepathinfo: SMB_FILE_INTERNAL_INFORMATION\n")); >- SIVAL(pdata,4,sbuf.st_ino); /* FileIndexLow */ >- SIVAL(pdata,0,sbuf.st_dev); /* FileIndexHigh */ >+ SIVAL(pdata,0,sbuf.st_ino); /* FileIndexLow */ >+ SIVAL(pdata,4,sbuf.st_dev); /* FileIndexHigh */ > data_size = 8; > break; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 3287
:
1614
| 1622