From 60fa5c308b9fdfdb1759bf1351908f6c6d2a7c08 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 9 May 2003 09:45:37 +0000 Subject: Fix comment - we now have 5 types of error... (This used to be commit 372a574a73b86855cf6efc18349e5ba24067d690) --- source3/include/ads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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