summaryrefslogtreecommitdiff
path: root/libndp
diff options
context:
space:
mode:
Diffstat (limited to 'libndp')
-rw-r--r--libndp/libndp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libndp/libndp.c b/libndp/libndp.c
index 899c2b0..ed72658 100644
--- a/libndp/libndp.c
+++ b/libndp/libndp.c
@@ -278,7 +278,7 @@ struct ndp_msgns {
};
struct ndp_msgna {
- struct nd_neighbor_solicit *na; /* must be first */
+ struct nd_neighbor_advert *na; /* must be first */
};
struct ndp_msgr {