diff options
Diffstat (limited to 'buildrun.cxx')
-rw-r--r-- | buildrun.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildrun.cxx b/buildrun.cxx index 6774b536..601d4a10 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -334,7 +334,7 @@ uprobes_pass (systemtap_session& s) * stap must fail. */ int rc; - if (geteuid() == 0 || egid_in ("stap-server")) + if (geteuid() == 0 || in_group ("stap-server")) rc = make_uprobes(s); else rc = verify_uprobes_uptodate(s); |