mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
Forgot arg type.
Jeremy.
This commit is contained in:
parent
de2ebffa3c
commit
46f3b04dde
@ -45,7 +45,7 @@ extern int max_send;
|
||||
|
||||
/* Socket functions for smbd packet processing. */
|
||||
|
||||
static bool valid_packet_size(len)
|
||||
static bool valid_packet_size(size_t len)
|
||||
{
|
||||
/*
|
||||
* A WRITEX with CAP_LARGE_WRITEX can be 64k worth of data plus 65 bytes
|
||||
|
Loading…
Reference in New Issue
Block a user