From 77a9f8ab4d4fcea0e21433f63c01b2ede4a08385 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 27 May 2003 00:06:19 +0000 Subject: Comment syncup. (This used to be commit 877fc6370e528da81dfd793f04c72bfdec82231e) --- source3/include/ads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}; -- cgit