projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
65d0f69
)
Xid 65535 is a static one when dynamic ones are disabled.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Sat, 10 Feb 2007 15:06:07 +0000 (15:06 +0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Sat, 10 Feb 2007 15:06:07 +0000 (15:06 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2493
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
lib/getxidtype.c
patch
|
blob
|
history
diff --git
a/lib/getxidtype.c
b/lib/getxidtype.c
index
74a9d94
..
09f5849
100644
(file)
--- a/
lib/getxidtype.c
+++ b/
lib/getxidtype.c
@@
-31,7
+31,7
@@
vc_getXIDType(xid_t xid)
if (MIN_D_CONTEXT == 0 && (utilvserver_checkCompatConfig() & VC_VCI_NO_DYNAMIC) == 0)
MIN_D_CONTEXT = 49152;
else
- MIN_D_CONTEXT = MAX_S_CONTEXT;
+ MIN_D_CONTEXT = MAX_S_CONTEXT+1;
if (xid==0) return vcTYPE_MAIN;
if (xid==1) return vcTYPE_WATCH;