1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

Fixed type.

Jeremy.
(This used to be commit ae635bb6ec05ded8a36d7876be8f3e1b8475e35b)
This commit is contained in:
Jeremy Allison 2003-02-05 22:09:32 +00:00
parent 15fda89ab6
commit 56060dcf9e

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