git: 18acbeb392cb - main - sesutil: fix a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Jan 2022 19:43:56 UTC
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=18acbeb392cb070be34e9c4032e383389f8996e1 commit 18acbeb392cb070be34e9c4032e383389f8996e1 Author: Alan Somers <asomers@FreeBSD.org> AuthorDate: 2021-08-30 23:39:38 +0000 Commit: Alan Somers <asomers@FreeBSD.org> CommitDate: 2022-01-19 19:43:51 +0000 sesutil: fix a comment MFC after: 2 weeks Sponsored by: Axcient --- usr.sbin/sesutil/sesutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/sesutil/sesutil.c b/usr.sbin/sesutil/sesutil.c index d78a9172e454..e1bfa83d66b6 100644 --- a/usr.sbin/sesutil/sesutil.c +++ b/usr.sbin/sesutil/sesutil.c @@ -505,7 +505,7 @@ objmap(int argc, char **argv __unused) } if (ioctl(fd, ENCIOC_GETELMDEVNAMES, (caddr_t) &e_devname) <0) { - /* We don't care if this fails */ + /* Continue even if we can't look up devnames */ e_devname.elm_devnames[0] = '\0'; } xo_open_instance("elements");