s3:messaging: msg_type int->uint32_t in struct messaging_hdr
authorMichael Adam <obnox@samba.org>
Mon, 29 Sep 2014 09:01:54 +0000 (11:01 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 30 Sep 2014 14:36:09 +0000 (16:36 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/lib/messages.c

index 573116f89255cac72e09274313763ab71ce89387..e2d0880e043757818335a66aa342f646cc8fb913 100644 (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;
 };