[Pvfs2-cvs] commit by nlmills in pvfs2/src/server: create.sm
CVS commit program
cvs at parl.clemson.edu
Tue Sep 9 22:36:17 EDT 2008
Update of /anoncvs/pvfs2/src/server
In directory parlweb1:/tmp/cvs-serv27768/src/server
Modified Files:
Tag: cu-security-branch
create.sm
Log Message:
removed short circuit on permission check
Index: create.sm
===================================================================
RCS file: /anoncvs/pvfs2/src/server/create.sm,v
diff -p -u -r1.47.2.3 -r1.47.2.4
--- create.sm 29 Jul 2008 20:01:15 -0000 1.47.2.3
+++ create.sm 10 Sep 2008 02:36:17 -0000 1.47.2.4
@@ -172,7 +172,7 @@ static int perm_create(PINT_server_op *s
int ret;
/* TODO: REMOVE SHORT CIRCUIT PATH */
- if (1 || s_op->req->capability.op_mask & PINT_CAP_CREATE)
+ if (s_op->req->capability.op_mask & PINT_CAP_CREATE)
{
ret = 0;
}
More information about the Pvfs2-cvs
mailing list