diff --git a/shm.c b/shm.c index fb592ed..79043c9 100644 --- a/shm.c +++ b/shm.c @@ -151,6 +151,7 @@ void attach_shared(char *name, char *opt) would be impossible to apply policy then. need to fix that in the kernel. */ perror("ftruncate"); + exit(1); } }