Comment syncup.
authorTim Potter <tpot@samba.org>
Tue, 27 May 2003 00:06:19 +0000 (00:06 +0000)
committerTim Potter <tpot@samba.org>
Tue, 27 May 2003 00:06:19 +0000 (00:06 +0000)
(This used to be commit 877fc6370e528da81dfd793f04c72bfdec82231e)

source3/include/ads.h

index 07bf6e4b3b369b4ba603191e67a041f365ca58d1..7f7568d8b0e272fbb06d51a3550c637fde92d520 100644 (file)
@@ -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};