summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-06-23 06:19:26 +0000
committerTim Potter <tpot@samba.org>2000-06-23 06:19:26 +0000
commitd2e691280d369ba401b0bdeb9d6ca46c37a5ff65 (patch)
treef4c034d24660fc1fa4cf9c4092fac27eb94eaaed /source3
parent2a1dbb0acdc3acd837681e148729899fb0160836 (diff)
downloadsamba-d2e691280d369ba401b0bdeb9d6ca46c37a5ff65.tar.gz
samba-d2e691280d369ba401b0bdeb9d6ca46c37a5ff65.tar.bz2
samba-d2e691280d369ba401b0bdeb9d6ca46c37a5ff65.zip
Added MAX_SEC_CTX_DEPTH
(This used to be commit 2bf21395ba4999d0392d6f54093ddc8861323ddd)
Diffstat (limited to 'source3')
-rw-r--r--source3/include/includes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 886fb446cd..1400b2f07e 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -933,4 +933,6 @@ int setresgid(gid_t rgid, gid_t egid, gid_t sgid);
extern int DEBUGLEVEL;
+#define MAX_SEC_CTX_DEPTH 8 /* Maximum number of security contexts */
+
#endif /* _INCLUDES_H */