mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-11 04:42:16 +01:00
Remove unused SMB_DIALECT_MAX macro.
Found by: jhb
This commit is contained in:
parent
4ecb514126
commit
a9a25801e8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298375
@ -68,8 +68,6 @@ static struct smb_dialect smb_dialects[] = {
|
||||
{-1, NULL}
|
||||
};
|
||||
|
||||
#define SMB_DIALECT_MAX (nitems(smb_dialects) - 2)
|
||||
|
||||
static u_int32_t
|
||||
smb_vc_maxread(struct smb_vc *vcp)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user