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

Changed smb_t.locked from BOOL (not well supported) to int.

parent adc12232
No related branches found
No related tags found
No related merge requests found
......@@ -536,7 +536,7 @@ typedef struct { // Message base
ulong retry_time; // Maximum number of seconds to retry opens/locks
ulong retry_delay; // Time-slice yield (milliseconds) while retrying
smbstatus_t status; // Status header record
BOOL locked; // SMB header is locked
int locked; // SMB header is locked
char shd_buf[SHD_BLOCK_LEN]; // File I/O buffer for header file
char last_error[128]; // Last error message
......
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