1
0
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:
Michael Adam 2014-09-29 11:01:54 +02:00
parent 40b48534df
commit 2795bdfd9f

View File

@ -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;
};