diff options
author | Tim Potter <tpot@samba.org> | 2003-05-27 00:06:19 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-05-27 00:06:19 +0000 |
commit | 77a9f8ab4d4fcea0e21433f63c01b2ede4a08385 (patch) | |
tree | e57290bc2d4b99d83b883ccc57d6cf5350a58d9f /source3 | |
parent | ddba65fd629d6861d8b3c2919421ca129f041542 (diff) | |
download | samba-77a9f8ab4d4fcea0e21433f63c01b2ede4a08385.tar.gz samba-77a9f8ab4d4fcea0e21433f63c01b2ede4a08385.tar.bz2 samba-77a9f8ab4d4fcea0e21433f63c01b2ede4a08385.zip |
Comment syncup.
(This used to be commit 877fc6370e528da81dfd793f04c72bfdec82231e)
Diffstat (limited to 'source3')
-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 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}; |