[Pvfs2-cvs] commit by dbonnie in pvfs2/test/client/sysint: flush-1.c

CVS commit program cvs at parl.clemson.edu
Tue Jul 29 16:01:21 EDT 2008


Update of /anoncvs/pvfs2/test/client/sysint
In directory parlweb1:/tmp/cvs-serv22635/test/client/sysint

Modified Files:
      Tag: cu-security-branch
	flush-1.c 
Log Message:
Updated client and server state machines to work with capabilities.  Lookup needs some cleaning server side since it does unneeded permission checking.


Index: flush-1.c
===================================================================
RCS file: /anoncvs/pvfs2/test/client/sysint/flush-1.c,v
diff -p -u -r1.17.10.1 -r1.17.10.2
--- flush-1.c	25 Jul 2008 19:06:32 -0000	1.17.10.1
+++ flush-1.c	29 Jul 2008 20:01:20 -0000	1.17.10.2
@@ -61,7 +61,7 @@ int main(int argc, char **argv)
     printf("File to be created is %s\n",str_buf);
 
     memset(&resp_create, 0, sizeof(PVFS_sysresp_create));
-    PVFS_util_gen_fake_credential();
+    cred = PVFS_util_gen_fake_credential();
     assert(cred);
 
     entry_name = str_buf;



More information about the Pvfs2-cvs mailing list