]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
No need to cache errno before _()
authorDimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
Sat, 1 Jan 2022 16:07:29 +0000 (17:07 +0100)
committerDimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
Sat, 26 Feb 2022 15:43:17 +0000 (16:43 +0100)
commit62866e179ee28662ad5ea0ca388f8a1ae153a38f
treec6d38466386242796e69aff312a18a69b5f5757e
parent79f5ed2731a5bde92ae53ddd7ea3fa21161a56d1
No need to cache errno before _()

Indeed _() is an alias of dgettext(), and the  dgettext(3) man page
is clear about that:
errno is not modified

Consistently use err as the cache name when caching errno is needed.

Signed-off-by: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
auth.c
esp.c
gnutls.c
main.c
mainloop.c
script.c
tun.c