]> git.ozlabs.org Git - ppp.git/commit
Fix compilation without ipv6cp support (#408)
authorEivind Næss <eivnaes@yahoo.com>
Fri, 17 Mar 2023 22:52:33 +0000 (15:52 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Mar 2023 22:52:33 +0000 (09:52 +1100)
commit3ffe2ef6a8f0ccf68c1656347595e1df81c5bb20
tree928b709b1e9af61443277217ce302b345b9376d9
parente8a7e4084f3b5477eb0a73df6020a4bb14c1b200
Fix compilation without ipv6cp support (#408)

You can't reference variables that aren't included in the compile.

Add #ifdef PPP_WITH_IPV6CP in the get_notifier_by_type function.

Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
pppd/main.c