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

Created new error return macro: SMB_ERR_DAT_LEN.

parent 9a976c68
Branches
Tags
No related merge requests found
......@@ -131,6 +131,7 @@
#define SMB_ERR_HDR_FIELD -105 /* Missing header field */
#define SMB_ERR_NOT_FOUND -110 /* Item not found */
#define SMB_ERR_DAT_OFFSET -120 /* Invalid data offset (>2GB) */
#define SMB_ERR_DAT_LEN -121 /* Invalid data length (>2GB) */
#define SMB_ERR_OPEN -200 /* File open error */
#define SMB_ERR_SEEK -201 /* File seek/setpos error */
#define SMB_ERR_LOCK -202 /* File lock error */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment