diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-09-07 13:32:39 +0200 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-09-07 13:32:39 +0200 |
| commit | cbd686eb63dd2f37f2d53641fcd565ff4ac6900e (patch) | |
| tree | 33bef76758950f54515ffdfca16aaee035fd03be /src/daemon/dumpsocket.h | |
| parent | f85dfd89a51f665c8e54a928cbbf0668c7defdb4 (diff) | |
| download | abrt-cbd686eb63dd2f37f2d53641fcd565ff4ac6900e.tar.gz abrt-cbd686eb63dd2f37f2d53641fcd565ff4ac6900e.tar.xz abrt-cbd686eb63dd2f37f2d53641fcd565ff4ac6900e.zip | |
dumpsocket: removed unused sockaddr param in accept() call; s/perror/error/
Also removed unneeded casts and added and fixed comments
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/daemon/dumpsocket.h')
| -rw-r--r-- | src/daemon/dumpsocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/dumpsocket.h b/src/daemon/dumpsocket.h index e5b79d60..88fe2446 100644 --- a/src/daemon/dumpsocket.h +++ b/src/daemon/dumpsocket.h @@ -22,7 +22,7 @@ Unix socket in ABRT daemon for creating new dump directories. Why to use socket for creating dump dirs? Security. When a Python -script throwns unexpected exception, ABRT handler catches it, running +script throws unexpected exception, ABRT handler catches it, running as a part of that broken Python application. The application is running with certain SELinux privileges, for example it can not execute other programs, or to create files in /var/cache or anything else required |
