[Pvfs2-cvs] commit by slang in pvfs2/src/common/quickhash: quickhash.h

CVS commit program cvs at parl.clemson.edu
Wed May 21 14:55:13 EDT 2008


Update of /projects/cvsroot/pvfs2/src/common/quickhash
In directory parlweb1:/tmp/cvs-serv7682/src/common/quickhash

Modified Files:
      Tag: he-branch
	quickhash.h 
Log Message:
reverse merge of latest changes from HEAD to he branch.


Index: quickhash.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/quickhash/quickhash.h,v
diff -p -u -r1.16 -r1.16.10.1
--- quickhash.h	7 Nov 2007 16:54:20 -0000	1.16
+++ quickhash.h	21 May 2008 18:55:13 -0000	1.16.10.1
@@ -326,7 +326,7 @@ static inline int quickhash_64bit_hash(v
 static inline int quickhash_string_hash(void *k, int table_size)
 {
     const char *str = (char *)k;
-    uint32_t h, g;
+    uint32_t g, h = 0;
 
     while(*str)
     {



More information about the Pvfs2-cvs mailing list