[Pvfs2-cvs] commit by nlmills in pvfs2/src/server: lookup.sm

CVS commit program cvs at parl.clemson.edu
Thu May 29 14:26:18 EDT 2008


Update of /anoncvs/pvfs2/src/server
In directory parlweb1:/tmp/cvs-serv27640/src/server

Modified Files:
	lookup.sm 
Log Message:
bug fix in server lookup state machine


Index: lookup.sm
===================================================================
RCS file: /anoncvs/pvfs2/src/server/lookup.sm,v
diff -p -u -r1.57 -r1.58
--- lookup.sm	11 Feb 2008 17:25:29 -0000	1.57
+++ lookup.sm	29 May 2008 18:26:18 -0000	1.58
@@ -412,7 +412,8 @@ static PINT_sm_action lookup_check_acls_
         js_p,
         &i,
         server_job_context);
-    return SM_ACTION_COMPLETE;
+
+    return ret;
 }
 
 /*



More information about the Pvfs2-cvs mailing list