]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
main.c CLI: replace confusingly-used `FILE *pid_fp` with `int wrote_pid`
authorDaniel Lenski <dlenski@gmail.com>
Tue, 30 Mar 2021 00:28:31 +0000 (17:28 -0700)
committerDaniel Lenski <dlenski@gmail.com>
Tue, 30 Mar 2021 00:35:04 +0000 (17:35 -0700)
commit9dc2244c9e2b359a9ec61d57a9aa5cebf9d452de
tree171436f60f97aea70deedfe5000e76e3bfeafce3
parent20f0c2ab4b9cd813c3bb92d66a6335a193993dda
main.c CLI: replace confusingly-used `FILE *pid_fp` with `int wrote_pid`

This was last modified in 557ac6cfa, although the use of the closed `FILE *fp`
(to signal the need to delete the pidfile) long pre-dates that commit.

Signed-off-by: Daniel Lenski <dlenski@gmail.com>
main.c