mirror of
https://github.com/samba-team/samba.git
synced 2025-03-23 06:50:21 +03:00
s3:messaging: msg_type int->uint32_t in struct messaging_hdr
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
parent
40b48534df
commit
2795bdfd9f
@ -77,7 +77,7 @@ struct messaging_context {
|
||||
};
|
||||
|
||||
struct messaging_hdr {
|
||||
int msg_type;
|
||||
uint32_t msg_type;
|
||||
struct server_id dst;
|
||||
struct server_id src;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user