mirror of
https://github.com/samba-team/samba.git
synced 2025-12-10 04:23:50 +03:00
r22747: Fix some C++ warnings
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
a99ab3a2ed
commit
a66a04e9f1
@@ -1357,7 +1357,7 @@ static void print_queue_receive(int msg_type, struct server_id src,
|
||||
int printing_type;
|
||||
size_t len;
|
||||
|
||||
len = tdb_unpack( buf, msglen, "fdPP",
|
||||
len = tdb_unpack( (uint8 *)buf, msglen, "fdPP",
|
||||
sharename,
|
||||
&printing_type,
|
||||
lpqcommand,
|
||||
|
||||
Reference in New Issue
Block a user