]> git.ozlabs.org Git - ppp.git/commit
plugins/winbind: Use fclose() to match with fdopen()
authorPaul Mackerras <paulus@ozlabs.org>
Tue, 20 Aug 2024 09:30:33 +0000 (19:30 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Tue, 20 Aug 2024 09:30:33 +0000 (19:30 +1000)
commit7eb932ba780c8773ddb1fb20495d5b5e748837ff
treeb8b7d4278eccfb7116641a51fbb86195e06762b6
parent142a8d48924408c4309025f72600b88f9f0510b2
plugins/winbind: Use fclose() to match with fdopen()

Having done fdopen() on a couple of file descriptors, we then need to
use fclose() to close them rather than close().

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
pppd/plugins/winbind.c