fix for #47350
authorMichal Voců <michal@ruk.cuni.cz>
Wed, 25 Feb 2009 10:10:53 +0000 (10:10 +0000)
committerMichal Voců <michal@ruk.cuni.cz>
Wed, 25 Feb 2009 10:10:53 +0000 (10:10 +0000)
org.glite.lb.logger/src/server_msg.c

index 21fa23d..b845bad 100644 (file)
@@ -124,6 +124,7 @@ server_msg_copy(struct server_msg *src)
   msg->dest = strdup(src->dest);
 #endif
   msg->expires = src->expires;
+  msg->generation = src->generation;
   return(msg);
 }