summaryrefslogtreecommitdiff
path: root/source3/nsswitch/libwbclient/wbclient.c
diff options
context:
space:
mode:
authorGerald W. Carter <jerry@samba.org>2008-04-17 17:49:53 +0200
committerGerald W. Carter <jerry@samba.org>2008-04-17 17:49:53 +0200
commit43c4c8eed16292e146f3d4d455868aba673a720c (patch)
treef361159118fd40236c331784ad34bcefc971ec90 /source3/nsswitch/libwbclient/wbclient.c
parentb666ead6e4131e07d83aa17c2feed5b828984b3c (diff)
downloadsamba-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.c')
-rw-r--r--source3/nsswitch/libwbclient/wbclient.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/libwbclient/wbclient.c b/source3/nsswitch/libwbclient/wbclient.c
index b52c6b01e4..9383fd5406 100644
--- a/source3/nsswitch/libwbclient/wbclient.c
+++ b/source3/nsswitch/libwbclient/wbclient.c
@@ -106,8 +106,8 @@ const char *wbcErrorString(wbcErr error)
return "WBC_ERR_WINBIND_NOT_AVAILABLE";
case WBC_ERR_DOMAIN_NOT_FOUND:
return "WBC_ERR_DOMAIN_NOT_FOUND";
- case WBC_INVALID_RESPONSE:
- return "WBC_INVALID_RESPONSE";
+ case WBC_ERR_INVALID_RESPONSE:
+ return "WBC_ERR_INVALID_RESPONSE";
case WBC_ERR_NSS_ERROR:
return "WBC_ERR_NSS_ERROR";
case WBC_ERR_AUTH_ERROR: