diff options
author | Gerald W. Carter <jerry@samba.org> | 2008-04-17 17:49:53 +0200 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-17 17:49:53 +0200 |
commit | 43c4c8eed16292e146f3d4d455868aba673a720c (patch) | |
tree | f361159118fd40236c331784ad34bcefc971ec90 /source3/nsswitch/libwbclient/wbclient.h | |
parent | b666ead6e4131e07d83aa17c2feed5b828984b3c (diff) | |
download | samba-43c4c8eed16292e146f3d4d455868aba673a720c.tar.gz samba-43c4c8eed16292e146f3d4d455868aba673a720c.tar.bz2 samba-43c4c8eed16292e146f3d4d455868aba673a720c.zip |
Follow error code name convention in libwbclient.
s/WBC_INVALID_RESPONSE/WBC_ERR_INVALID_RESPONSE/
(This used to be commit d91ce012b0afb30cd22b373412d17de27c55ca86)
Diffstat (limited to 'source3/nsswitch/libwbclient/wbclient.h')
-rw-r--r-- | source3/nsswitch/libwbclient/wbclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/libwbclient/wbclient.h b/source3/nsswitch/libwbclient/wbclient.h index b36b5bbe88..812751d9b5 100644 --- a/source3/nsswitch/libwbclient/wbclient.h +++ b/source3/nsswitch/libwbclient/wbclient.h @@ -40,7 +40,7 @@ enum _wbcErrType { WBC_ERR_INVALID_PARAM, /**< An Invalid parameter was supplied **/ WBC_ERR_WINBIND_NOT_AVAILABLE, /**< Winbind daemon is not available **/ WBC_ERR_DOMAIN_NOT_FOUND, /**< Domain is not trusted or cannot be found **/ - WBC_INVALID_RESPONSE, /**< Winbind returned an invalid response **/ + WBC_ERR_INVALID_RESPONSE, /**< Winbind returned an invalid response **/ WBC_ERR_NSS_ERROR, /**< NSS_STATUS error **/ WBC_ERR_AUTH_ERROR /**< Authentication failed **/ }; |