Skip to content
Snippets Groups Projects
Commit aacb43ac authored by rswindell's avatar rswindell
Browse files

If smb_getmsgidx() is called with a negative offset, it actually sets the

correct offset (from the beginning of the index) in the msg struct.
smb_putmsgidx() will now return an error if asked to write to an index record
offset past the end of the file (typically leaving a "hole" of zeroes in the
index file).
smb_putmsgidx() and smb_putmsghdr() now returns the result of the final
fflush() call (normally 0, same as SMB_SUCCESS).
parent 4fa1d5c3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment