From 45a3ff5a4f41ca861a57fc9e14d4ac8a4905af95 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 29 Jul 2013 23:50:39 +0200 Subject: Implement handling of seqno requests --- src/send.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/send.c') 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); -- cgit v1.2.3