]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't print pathconf() errors if the target file doesn't exist.
authormarkj <markj@FreeBSD.org>
Fri, 26 Oct 2018 19:01:52 +0000 (19:01 +0000)
committermarkj <markj@FreeBSD.org>
Fri, 26 Oct 2018 19:01:52 +0000 (19:01 +0000)
commita9a2d8945ae715fa17fc324fea7e5928ac93c932
treeb4bfff3baaef63a0adc931bef67a7bd958e6ef14
parent1cf51102c593dde447b9ebfe042a78fb776c6526
Don't print pathconf() errors if the target file doesn't exist.

The subsequent acl_get_file(3) call will simply echo the same error.

PR: 229930
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
bin/setfacl/setfacl.c