diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-05-09 09:45:37 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-05-09 09:45:37 +0000 |
commit | 60fa5c308b9fdfdb1759bf1351908f6c6d2a7c08 (patch) | |
tree | a48f5d1cc7a69207f3257cfd9f5a5d3f80f370f3 /source3/include/ads.h | |
parent | 5f5c4aaffd14cc15df4b367bc6d60641d7fdf7c6 (diff) | |
download | samba-60fa5c308b9fdfdb1759bf1351908f6c6d2a7c08.tar.gz samba-60fa5c308b9fdfdb1759bf1351908f6c6d2a7c08.tar.xz samba-60fa5c308b9fdfdb1759bf1351908f6c6d2a7c08.zip |
Fix comment - we now have 5 types of error...
(This used to be commit 372a574a73b86855cf6efc18349e5ba24067d690)
Diffstat (limited to 'source3/include/ads.h')
-rw-r--r-- | source3/include/ads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h index 07bf6e4b3b3..7f7568d8b0e 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}; |