From 735151fe087fd840d6cfd84ffb292e68d8a8bb83 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Wed, 1 Sep 2004 11:10:27 +0000
Subject: [PATCH] Using BOOL macros instead of int's and numeric constants.

---
 src/smblib/smbdefs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/smblib/smbdefs.h b/src/smblib/smbdefs.h
index b3d1a135bc..08a12e5dce 100644
--- a/src/smblib/smbdefs.h
+++ b/src/smblib/smbdefs.h
@@ -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 */
 
-- 
GitLab