Forgotten change due to gSoap compatibility...
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 20 Feb 2007 20:31:23 +0000 (20:31 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 20 Feb 2007 20:31:23 +0000 (20:31 +0000)
org.glite.lb.server/src/ws_typeref.c.T

index 522da09..e61472a 100644 (file)
@@ -14,8 +14,8 @@
 #define VALUE1(X, V) ((X)->union_1.V)
 #define VALUE2(X, V) ((X)->union_2.V)
 #else
-#define VALUE1(X, V) ((X)->(V))
-#define VALUE2(X, V) ((X)->(V))
+#define VALUE1(X, V) ((X)->V)
+#define VALUE2(X, V) ((X)->V)
 #endif
 
 @@@{