mirror of
https://github.com/samba-team/samba.git
synced 2025-11-12 04:23:49 +03:00
RIP BOOL. Convert BOOL -> bool. I found a few interesting
bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy.
This commit is contained in:
@@ -41,7 +41,7 @@ int smb_create_share_mode_entry_ex(struct smbdb_ctx *db_ctx, uint64_t dev,
|
||||
uint64_t ino, const struct smb_share_mode_entry *new_entry,
|
||||
const char *sharepath, const char *filename);
|
||||
|
||||
static BOOL sharemodes_procid_equal(const struct server_id *p1, const struct server_id *p2)
|
||||
static bool sharemodes_procid_equal(const struct server_id *p1, const struct server_id *p2)
|
||||
{
|
||||
return (p1->pid == p2->pid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user