projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
007433b
)
Ignore just force as well.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Fri, 29 Oct 2010 18:24:43 +0000 (18:24 +0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Fri, 29 Oct 2010 18:24:43 +0000 (18:24 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2920
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
src/vsched.c
patch
|
blob
|
history
diff --git
a/src/vsched.c
b/src/vsched.c
index
801003b
..
215f879
100644
(file)
--- a/
src/vsched.c
+++ b/
src/vsched.c
@@
-313,7
+313,8
@@
int main(int argc, char *argv[])
do_dir(xid, &sched, dir, missing_ok, 0);
}
else {
- if (sched.set_mask!=0 && vc_set_sched(xid, &sched)==-1) {
+ if (sched.set_mask!=0 && sched.set_mask!=VC_VXSM_FORCE &&
+ vc_set_sched(xid, &sched)==-1) {
perror("vc_set_sched()");
exit(255);
}