diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-15 19:19:28 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-15 19:19:28 +0200 |
| commit | 9c5be05fba0e0ec0acd650d00412779c48344649 (patch) | |
| tree | 7bf2e671a37920a511e685d2ec34b077ecff46c9 /lib/Utils | |
| parent | 0a1eb8d27e3ba34cf8f1aadaa101c8edbfd9fc6b (diff) | |
| download | abrt-9c5be05fba0e0ec0acd650d00412779c48344649.tar.gz abrt-9c5be05fba0e0ec0acd650d00412779c48344649.tar.xz abrt-9c5be05fba0e0ec0acd650d00412779c48344649.zip | |
add forgotten }
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Utils')
| -rw-r--r-- | lib/Utils/Polkit.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Utils/Polkit.cpp b/lib/Utils/Polkit.cpp index 71e5703..d3d92d1 100644 --- a/lib/Utils/Polkit.cpp +++ b/lib/Utils/Polkit.cpp @@ -61,6 +61,7 @@ static PolkitResult do_check(PolkitSubject *subject, const char *action_id) } return PolkitUnknown; +} PolkitResult polkit_check_authorization(const char *dbus_name, const char *action_id) { |
