]> git.ozlabs.org Git - ccan/commit
configurator: fix detection of deprecated attribute.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 14 Oct 2025 03:17:47 +0000 (13:47 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 14 Oct 2025 03:17:47 +0000 (13:47 +1030)
commit873ae156ecf52762653b730080a3ecf07c7dafd0
tree5330a201d86e6cd03b4369b92071d23de3e65057
parent6103c49278ad52ff4dacebdcac7a4d2e1d3bb3d3
configurator: fix detection of deprecated attribute.

Do this by *not* referring to the deprecated function, so we don't give a warning.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
tools/configurator/configurator.c