# | Line 682 | Line 682 | int main(int argc, char **argv) { | |
---|---|---|
682 | ||
683 | select_interesting(argc - optind, &argv[optind]); | |
684 | ||
685 | < | /* We don't care if statgrab_init fails, because we can just display |
685 | > | /* We don't care if sg_init fails, because we can just display |
686 | the statistics that can be read as non-root. */ | |
687 | sg_init(); | |
688 | if (sg_drop_privileges() != 0) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |