mirror of
https://github.com/samba-team/samba.git
synced 2025-11-29 16:23:52 +03:00
Ensure we're not filtering our essential delete messages.
Added jobid debug when unpacking message. Jeremy.
This commit is contained in:
@@ -1053,8 +1053,8 @@ static BOOL notify2_unpack_msg( SPOOLSS_NOTIFY_MSG *msg, struct timeval *tv, voi
|
||||
tdb_unpack((char *)buf + offset, len - offset, "B",
|
||||
&msg->len, &msg->notify.data);
|
||||
|
||||
DEBUG(3, ("notify2_unpack_msg: got NOTIFY2 message, type %d, field 0x%02x, flags 0x%04x\n",
|
||||
msg->type, msg->field, msg->flags));
|
||||
DEBUG(3, ("notify2_unpack_msg: got NOTIFY2 message for printer %s, jobid %u type %d, field 0x%02x, flags 0x%04x\n",
|
||||
msg->printer, (unsigned int)msg->id, msg->type, msg->field, msg->flags));
|
||||
|
||||
tv->tv_sec = tv_sec;
|
||||
tv->tv_usec = tv_usec;
|
||||
|
||||
Reference in New Issue
Block a user