]> git.tuebingen.mpg.de Git - paraslash.git/commit
afs: Don't log table open error twice.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 13 Apr 2018 07:16:16 +0000 (09:16 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 22 Apr 2018 18:27:49 +0000 (20:27 +0200)
commit76079847f5503f3ac222bd46d97754d4b3004506
treeddc291da3fede7092158ecdd365c939d67179d37
parentdbeffaa3cc2e8d344d7aebed017c983e86d7ec78
afs: Don't log table open error twice.

If ->open() fails, open_afs_tables() returns a negative error code,
so there is no need to log the error string.
afs.c