Apply redistribution route-map's correctly.
diff --git a/ripngd/ripngd.c b/ripngd/ripngd.c
index a4d119d..94a5efb 100644
--- a/ripngd/ripngd.c
+++ b/ripngd/ripngd.c
@@ -1697,7 +1697,7 @@
 
 	      ret = route_map_apply (ripng->route_map[rinfo->type].map,
 				     (struct prefix *) p, RMAP_RIPNG,
-				     &rinfo);
+				     rinfo);
 
 	      if (ret == RMAP_DENYMATCH)
 		{