[DRBD-cvs] svn commit by phil - r2971 - branches/drbd-8.0/user - Simon fixed the drbdmeta md-dump parser...

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Wed Jul 18 11:34:47 CEST 2007


Author: phil
Date: 2007-07-18 11:34:46 +0200 (Wed, 18 Jul 2007)
New Revision: 2971

Modified:
   branches/drbd-8.0/user/drbdmeta.c
Log:
Simon fixed the drbdmeta md-dump parser...


Modified: branches/drbd-8.0/user/drbdmeta.c
===================================================================
--- branches/drbd-8.0/user/drbdmeta.c	2007-07-18 09:31:05 UTC (rev 2970)
+++ branches/drbd-8.0/user/drbdmeta.c	2007-07-18 09:34:46 UTC (rev 2971)
@@ -1931,8 +1931,8 @@
 			i++;
 			break;
 		case TK_NUM:
+			times = yylval.u64;
 			EXP(TK_TIMES);
-			times = yylval.u64;
 			EXP(TK_U64);
 			EXP(';');
 			if (parse_only) break;



More information about the drbd-cvs mailing list