diff options
| author | Jakub Hrozek <jhrozek@redhat.com> | 2015-08-07 17:13:02 +0200 |
|---|---|---|
| committer | Jakub Hrozek <jhrozek@redhat.com> | 2015-09-01 09:59:54 +0200 |
| commit | 7209bd420f5ee2053ae9f404477cacea77491af8 (patch) | |
| tree | a349c97738bee29b94aaa7afdf293179d108a358 /src/util/util_errors.h | |
| parent | 70c8542ec28650da1217ef242cc848db03d1ba7d (diff) | |
| download | sssd-bycert.tar.gz sssd-bycert.tar.xz sssd-bycert.zip | |
sbus: Add a special error code for messages sent by the bus itselfbycert
Diffstat (limited to 'src/util/util_errors.h')
| -rw-r--r-- | src/util/util_errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/util_errors.h b/src/util/util_errors.h index aa00cc592..bda0c9b7d 100644 --- a/src/util/util_errors.h +++ b/src/util/util_errors.h @@ -102,6 +102,7 @@ enum sssd_errors { ERR_TRUST_FOREST_UNKNOWN, ERR_P11_CHILD, ERR_ADDR_FAMILY_NOT_SUPPORTED, + ERR_SBUS_SENDER_BUS, ERR_LAST /* ALWAYS LAST */ }; |
