Skip to content

Commit

Permalink
Fix rx_msg_content_request from UNVERIFIED neigh
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Neumann committed Mar 8, 2019
1 parent fd705f1 commit 56bb017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node.h
Original file line number Diff line number Diff line change
Expand Up @@ -354,10 +354,10 @@ union content_sizes {
struct content_usage_node {

struct {
struct desc_content *descContent;
struct content_node *content;
uint8_t expanded_type;
uint8_t expanded_gzip;
struct content_node *content;
struct desc_content *descContent;
} __attribute__((packed)) k;

uint8_t maxUsedLevel;
Expand Down

0 comments on commit 56bb017

Please sign in to comment.