summaryrefslogtreecommitdiffstats
path: root/src/Hooks
diff options
context:
space:
mode:
Diffstat (limited to 'src/Hooks')
-rw-r--r--src/Hooks/abrt-hook-python.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hooks/abrt-hook-python.cpp b/src/Hooks/abrt-hook-python.cpp
index d7fca67d..b921fba2 100644
--- a/src/Hooks/abrt-hook-python.cpp
+++ b/src/Hooks/abrt-hook-python.cpp
@@ -111,7 +111,7 @@ int main(int argc, char** argv)
CDebugDump dd;
try {
- dd.Create(path, geteuid());
+ dd.Create(path, getuid());
} catch (CABRTException &e) {
error_msg_and_die("Error while creating debug dump: %s", e.what());
}