summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-05-09 09:45:37 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-05-09 09:45:37 +0000
commit60fa5c308b9fdfdb1759bf1351908f6c6d2a7c08 (patch)
treea48f5d1cc7a69207f3257cfd9f5a5d3f80f370f3 /source3/include
parent5f5c4aaffd14cc15df4b367bc6d60641d7fdf7c6 (diff)
downloadsamba-60fa5c308b9fdfdb1759bf1351908f6c6d2a7c08.tar.gz
samba-60fa5c308b9fdfdb1759bf1351908f6c6d2a7c08.tar.bz2
samba-60fa5c308b9fdfdb1759bf1351908f6c6d2a7c08.zip
Fix comment - we now have 5 types of error...
(This used to be commit 372a574a73b86855cf6efc18349e5ba24067d690)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/ads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h
index 07bf6e4b3b..7f7568d8b0 100644
--- a/source3/include/ads.h
+++ b/source3/include/ads.h
@@ -38,7 +38,7 @@ typedef struct {
} config;
} ADS_STRUCT;
-/* there are 4 possible types of errors the ads subsystem can produce */
+/* there are 5 possible types of errors the ads subsystem can produce */
enum ads_error_type {ADS_ERROR_KRB5, ADS_ERROR_GSS,
ADS_ERROR_LDAP, ADS_ERROR_SYSTEM, ADS_ERROR_NT};