summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/net/ndp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/ndp.c b/src/net/ndp.c
index 48b16d025..ee3a5b8b1 100644
--- a/src/net/ndp.c
+++ b/src/net/ndp.c
@@ -352,6 +352,9 @@ static int ndp_rx ( struct io_buffer *iobuf,
remaining -= option_len;
}
+ /* Success */
+ rc = 0;
+
done:
free_iob ( iobuf );
return rc;