diff --git a/src/net/ndp.c b/src/net/ndp.c index 48b16d02..ee3a5b8b 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;