[dovecot-cvs] dovecot/src/lib-ntlm ntlm-types.h,1.2,1.3

cras at dovecot.org cras at dovecot.org
Fri Feb 24 12:20:34 EET 2006


Update of /var/lib/cvs/dovecot/src/lib-ntlm
In directory talvi:/tmp/cvs-serv13845/lib-ntlm

Modified Files:
	ntlm-types.h 
Log Message:
Removed extra commas from end of enum lists.



Index: ntlm-types.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-ntlm/ntlm-types.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ntlm-types.h	30 Jul 2004 01:43:21 -0000	1.2
+++ ntlm-types.h	24 Feb 2006 10:20:32 -0000	1.3
@@ -116,7 +116,7 @@
 	NTPLMSSP_V2_TARGET_SERVER,	/* NetBIOS server name */ 
 	NTPLMSSP_V2_TARGET_DOMAIN,	/* NT Domain NetBIOS name */
 	NTPLMSSP_V2_TARGET_FQDN,	/* Fully qualified host name */
-	NTPLMSSP_V2_TARGET_DNS,		/* DNS domain name */
+	NTPLMSSP_V2_TARGET_DNS		/* DNS domain name */
 };
 
 /*



More information about the dovecot-cvs mailing list