update uuid wrapper
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 24 Jun 2011 02:07:01 +0000 (22:07 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 24 Jun 2011 02:07:01 +0000 (22:07 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
wrapper/uuid.h

index e8975ffa09f2144692ddab46725832aabf005cc8..bfa67ff3c1db13d322d907309e810ae72509f4ce 100644 (file)
@@ -22,7 +22,7 @@ typedef struct {
 static inline
 void uuid_le_gen(uuid_le *u)
 {
-       generate_random_uuid(u.b);
+       generate_random_uuid(u->b);
 }
 
 #endif
This page took 0.025042 seconds and 4 git commands to generate.