mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
messaging3: I don't see 2 versions running concurrently...
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
a0efa09146
commit
ea5280e856
@ -43,7 +43,6 @@ struct messaging_dgm_context {
|
||||
};
|
||||
|
||||
struct messaging_dgm_hdr {
|
||||
uint32_t msg_version;
|
||||
int msg_type;
|
||||
struct server_id dst;
|
||||
struct server_id src;
|
||||
@ -300,7 +299,6 @@ int messaging_dgm_send(struct messaging_dgm_context *ctx,
|
||||
return ENAMETOOLONG;
|
||||
}
|
||||
|
||||
hdr.msg_version = MESSAGE_VERSION;
|
||||
hdr.msg_type = msg_type & MSG_TYPE_MASK;
|
||||
hdr.dst = pid;
|
||||
hdr.src = src;
|
||||
|
Loading…
x
Reference in New Issue
Block a user