svn commit: samba r16336 - branches/SAMBA_3_0/source/include trunk/source/include

vlendec at samba.org vlendec at samba.org
Sun Jun 18 07:54:07 GMT 2006


Author: vlendec
Date: 2006-06-18 07:54:06 +0000 (Sun, 18 Jun 2006)
New Revision: 16336

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16336

Log:
Fix Klocwork ID's 1087, 1095, 1096, 1098, 1099, 1101, 1102, 1105, 1107, 1109,
1111

Volker


Modified:
   branches/SAMBA_3_0/source/include/ads.h
   trunk/source/include/ads.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/ads.h
===================================================================
--- branches/SAMBA_3_0/source/include/ads.h	2006-06-17 07:43:56 UTC (rev 16335)
+++ branches/SAMBA_3_0/source/include/ads.h	2006-06-18 07:54:06 UTC (rev 16336)
@@ -279,6 +279,10 @@
 #define KRB5_ADDR_NETBIOS 0x14
 #endif
 
+#ifndef KRB5KRB_ERR_RESPONSE_TOO_BIG
+#define KRB5KRB_ERR_RESPONSE_TOO_BIG (-1765328332L)
+#endif
+
 #ifdef HAVE_KRB5
 typedef struct {
 #if defined(HAVE_MAGIC_IN_KRB5_ADDRESS) && defined(HAVE_ADDRTYPE_IN_KRB5_ADDRESS) /* MIT */

Modified: trunk/source/include/ads.h
===================================================================
--- trunk/source/include/ads.h	2006-06-17 07:43:56 UTC (rev 16335)
+++ trunk/source/include/ads.h	2006-06-18 07:54:06 UTC (rev 16336)
@@ -279,6 +279,10 @@
 #define KRB5_ADDR_NETBIOS 0x14
 #endif
 
+#ifndef KRB5KRB_ERR_RESPONSE_TOO_BIG
+#define KRB5KRB_ERR_RESPONSE_TOO_BIG (-1765328332L)
+#endif
+
 #ifdef HAVE_KRB5
 typedef struct {
 #if defined(HAVE_MAGIC_IN_KRB5_ADDRESS) && defined(HAVE_ADDRTYPE_IN_KRB5_ADDRESS) /* MIT */



More information about the samba-cvs mailing list