[Pvfs2-cvs] commit by pcarns in pvfs2/src/proto: PINT-le-bytefield.c

CVS commit program cvs at parl.clemson.edu
Tue Jun 17 13:27:47 EDT 2008


Update of /projects/cvsroot/pvfs2/src/proto
In directory parlweb1:/tmp/cvs-serv30789

Modified Files:
      Tag: small-file-branch
	PINT-le-bytefield.c 
Log Message:
fix silly union bug in decoder


Index: PINT-le-bytefield.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/proto/PINT-le-bytefield.c,v
diff -p -u -r1.52.6.9 -r1.52.6.10
--- PINT-le-bytefield.c	2 Jun 2008 19:52:41 -0000	1.52.6.9
+++ PINT-le-bytefield.c	17 Jun 2008 17:27:46 -0000	1.52.6.10
@@ -766,7 +766,7 @@ static void lebf_decode_rel(struct PINT_
 	switch (req->op) {
 	    case PVFS_SERV_CREATE:
 		if (req->u.create.attr.mask & PVFS_ATTR_META_DIST)
-		    decode_free(req->u.setattr.attr.u.meta.dist);
+		    decode_free(req->u.create.attr.u.meta.dist);
                 if (req->u.create.layout.server_list.servers)
                     decode_free(req->u.create.layout.server_list.servers);
 	    case PVFS_SERV_BATCH_CREATE:



More information about the Pvfs2-cvs mailing list