srvid is also aligned to an 8 byte boundary

svn path=/trunk/; revision=22029
This commit is contained in:
Ronnie Sahlberg 2007-06-02 23:08:21 +00:00
parent 1445df7446
commit ff26c88dca
1 changed files with 1 additions and 0 deletions

View File

@ -455,6 +455,7 @@ dissect_ctdb_req_control(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, prot
}
/* srvid */
offset=(offset+7)&0xfffff8; /* fixup alignment*/
proto_tree_add_item(tree, hf_ctdb_srvid, tvb, offset, 8, endianess);
offset+=8;