]> git.ipfire.org Git - thirdparty/hostap.git/commit
Note chmod() failure in debug log even in ignore case (CID 62843)
authorJouni Malinen <j@w1.fi>
Fri, 13 Jun 2014 22:20:18 +0000 (01:20 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 14 Jun 2014 09:32:52 +0000 (12:32 +0300)
commitf62415df8a948b62ba6f88c24f854d38626f8bb1
treeb45ac6efb610890eebfdbcb598ff5b12ab4ce405
parent305000e160f26cfbbe93a099027e23bb2bdc97fc
Note chmod() failure in debug log even in ignore case (CID 62843)

If this chmod() call fails, the global control interface is allowed to
be used since there was no change to its group. Anyway, it can be
helpful to note the error case in debug log instead of silently ignoring
it.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/ctrl_iface_unix.c