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

Using BOOL macros instead of int's and numeric constants.

parent 13836dbf
No related branches found
No related tags found
No related merge requests found
......@@ -617,7 +617,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 */
int locked; /* SMB header is locked */
BOOL locked; /* SMB header is locked */
char shd_buf[SHD_BLOCK_LEN]; /* File I/O buffer for header file */
char last_error[MAX_PATH*2]; /* 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