Page MenuHomeFreeBSD

D41413.diff
No OneTemporary

D41413.diff

diff --git a/usr.sbin/jls/jls.c b/usr.sbin/jls/jls.c
--- a/usr.sbin/jls/jls.c
+++ b/usr.sbin/jls/jls.c
@@ -37,7 +37,6 @@
#include <arpa/inet.h>
#include <netinet/in.h>
-#include <err.h>
#include <errno.h>
#include <jail.h>
#include <limits.h>
@@ -248,8 +247,9 @@
}
xo_close_list("jail");
xo_close_container("jail-information");
- xo_finish();
- return (0);
+ if (xo_finish() < 0)
+ xo_err(1, "stdout");
+ exit(0);
}
static int

File Metadata

Mime Type
text/plain
Expires
Wed, Jul 22, 6:02 AM (13 m, 42 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35350319
Default Alt Text
D41413.diff (446 B)

Event Timeline