summaryrefslogtreecommitdiffstats
path: root/src/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/send.c')
-rw-r--r--src/send.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/send.c b/src/send.c
index 7512ba7..9f53510 100644
--- a/src/send.c
+++ b/src/send.c
@@ -236,6 +236,7 @@ void gp_babel_send_seqno_request(gmrf_context_t *ctx, gp_babel_neigh_t *neigh, g
req->seqno = htons(seqno);
req->hop_count = hop_count;
+ req->reserved = 0;
req->node = announce->node;
req->type = htons(announce->type);
req->key = htons(announce->key);