From cee0a4d375092f5c9e1097ce056dd10435b33e49 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 17 Nov 2016 08:04:52 -0500 Subject: testing --- src/firemon/seccomp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/firemon/seccomp.c') diff --git a/src/firemon/seccomp.c b/src/firemon/seccomp.c index abc698bb8..f11c624ea 100644 --- a/src/firemon/seccomp.c +++ b/src/firemon/seccomp.c @@ -22,10 +22,8 @@ #define MAXBUF 4098 static void print_seccomp(int pid) { char *file; - if (asprintf(&file, "/proc/%d/status", pid) == -1) { + if (asprintf(&file, "/proc/%d/status", pid) == -1) errExit("asprintf"); - exit(1); - } FILE *fp = fopen(file, "r"); if (!fp) { -- cgit v1.2.3-54-g00ecf