1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Fixed type.

Jeremy.
This commit is contained in:
Jeremy Allison 0001-01-01 00:00:00 +00:00
parent be54b1b831
commit 76c3ccf6ed

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 */