diff options
author | Simo Sorce <simo@redhat.com> | 2013-03-03 18:06:13 -0500 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2013-03-13 14:39:50 -0400 |
commit | 12150d43f17feff531ce6c59c91653205f889649 (patch) | |
tree | 2859cc3e7accedad7365ff822b0769ea5c7285ba /src/util/util_errors.h | |
parent | d5d0fb8278afa5bb95bffd8e4e9c8ac13c18419c (diff) | |
download | sssd-err_facility.tar.gz sssd-err_facility.tar.xz sssd-err_facility.zip |
Convert sdap_access to new error codeserr_facility
Also simplify sdap_access_send to avoid completely fake _send() routines.
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 3e74de64..b4dfaf85 100644 --- a/src/util/util_errors.h +++ b/src/util/util_errors.h @@ -62,6 +62,7 @@ enum sssd_errors { ERR_NETWORK_IO, ERR_ACCOUNT_EXPIRED, ERR_PASSWORD_EXPIRED, + ERR_ACCESS_DENIED, ERR_LAST /* ALWAYS LAST */ }; |