]> git.ipfire.org Git - thirdparty/lldpd.git/commit
interfaces: fix use of isdigit()
authorVincent Bernat <vincent@bernat.ch>
Sat, 11 Feb 2023 09:59:53 +0000 (10:59 +0100)
committerVincent Bernat <vincent@bernat.ch>
Sat, 11 Feb 2023 10:04:19 +0000 (11:04 +0100)
commitf493b636b25545ebda0efbc80308634b069fc9da
tree2223333c65f1c829c7bf1e6f0281eeec765a9615
parent5c452f3c8ba9bb41f5c56c01a5c35e4cb04bfb70
interfaces: fix use of isdigit()

It is expecting an unsigned char. Make a cast.
src/daemon/interfaces-bsd.c