Le Mon, Jan 17, 2022 at 02:25:27PM +0000, Stuart Henderson a écrit : > On 2022/01/17 14:54, Christian Weisgerber wrote: > > usr.sbin/ospf6d: fix -Wunused-but-set-variable warnings > > > > merge_config() sets "rchange", but doesn't use it. Comparing the > > code to osfpd/ospfd.c makes me think that's an omission. Either > > way it seems odd that the two code bases differ here. > > This is probably something to do with reload being disabled in ospf6d. >
It indeed is. OK denis@