]>
www.infradead.org Git - users/dwmw2/openconnect.git/commit
Fix error reporting in main() and friends
- Use POSIX error handling (errno and strerror()) for standard C and
POSIX functions, including in Windows-only code.
- Add standard error messages with strerror() whenever possible. They
are standard and easily recognisable by end-users.
- Add missing _() when neeeded.
- Remove extra "\n" from vpn_perror() call.
Signed-off-by: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>