1
0
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:
Jeremy Allison 2007-11-04 17:15:35 -08:00
parent de2ebffa3c
commit 46f3b04dde

View File

@ -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