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:
parent
be54b1b831
commit
76c3ccf6ed
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user