git: 46fdfa9e1102 - stable/13 - sesutil: fix a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Feb 2022 04:34:49 UTC
The branch stable/13 has been updated by asomers:
URL: https://cgit.FreeBSD.org/src/commit/?id=46fdfa9e1102ae79c664179a5ad40b8f0a212ea7
commit 46fdfa9e1102ae79c664179a5ad40b8f0a212ea7
Author: Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2021-08-30 23:39:38 +0000
Commit: Alan Somers <asomers@FreeBSD.org>
CommitDate: 2022-02-17 04:34:29 +0000
sesutil: fix a comment
Sponsored by: Axcient
(cherry picked from commit 18acbeb392cb070be34e9c4032e383389f8996e1)
---
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 3164116a8fdc..0dd02021b374 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");