diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-06-18 07:54:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:17:35 -0500 |
commit | 8ceeef3266b4b35680d6becfa67e0dfb97efab68 (patch) | |
tree | 1e116faaf2c5d4df25797a3fa26659361a664714 | |
parent | ee4ee4c5414fdf0e8c27249016f033b87ec65ca4 (diff) | |
download | samba-8ceeef3266b4b35680d6becfa67e0dfb97efab68.tar.gz samba-8ceeef3266b4b35680d6becfa67e0dfb97efab68.tar.bz2 samba-8ceeef3266b4b35680d6becfa67e0dfb97efab68.zip |
r16336: Fix Klocwork ID's 1087, 1095, 1096, 1098, 1099, 1101, 1102, 1105, 1107, 1109,
1111
Volker
(This used to be commit def075baf873b24c522d09ddc0141d84431a1fae)
-rw-r--r-- | source3/include/ads.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h index 210c6c80f1..74a29e4f79 100644 --- a/source3/include/ads.h +++ b/source3/include/ads.h @@ -279,6 +279,10 @@ typedef void **ADS_MODLIST; #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 */ |