1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-18 06:04:06 +03:00

Fixed type.

Jeremy.
This commit is contained in:
Jeremy Allison -
parent dfb596b012
commit ae635bb6ec

View File

@ -1042,7 +1042,7 @@ done:
static BOOL notify2_unpack_msg( SPOOLSS_NOTIFY_MSG *msg, void *buf, size_t len )
{
int offset = 0;
size_t offset = 0;
/* Unpack message */