View | Details | Raw Unified | Return to bug 196463
Collapse All | Expand All

(-)files/patch-ngrep.c (-1 / +1 lines)
Lines 59-65 Link Here
59
+   }
59
+   }
60
+
60
+
61
+   if (cap_enter() < 0 && errno != ENOSYS) {
61
+   if (cap_enter() < 0 && errno != ENOSYS) {
62
+       fprintf(stderr, "Can't enter capability mode");
62
+       fprintf(stderr, "can't enter capability mode");
63
+       clean_exit(-1);
63
+       clean_exit(-1);
64
+    }
64
+    }
65
+#endif /* HAVE_CAPSICUM */
65
+#endif /* HAVE_CAPSICUM */

Return to bug 196463