Title: [opsview-base] [259] Fixed build warning issue (unused variable declared)
Revision
259
Author
hstevenson
Date
2013-05-17 15:52:07 +0100 (Fri, 17 May 2013)

Log Message

Fixed build warning issue (unused variable declared)

Modified Paths


Modified: trunk/patches/nfdump-relative-time.patch
===================================================================
--- trunk/patches/nfdump-relative-time.patch	2013-05-13 08:10:30 UTC (rev 258)
+++ trunk/patches/nfdump-relative-time.patch	2013-05-17 14:52:07 UTC (rev 259)
@@ -1,6 +1,6 @@
 diff -urN nfdump-1.6.9/bin/nfdump.c nfdump-final/bin/nfdump.c
 --- nfdump-1.6.9/bin/nfdump.c	2013-01-01 13:14:07.000000000 +0000
-+++ nfdump-final/bin/nfdump.c	2013-05-07 14:31:35.000000000 +0100
++++ nfdump-final/bin/nfdump.c	2013-05-07 17:16:17.000000000 +0100
 @@ -726,6 +726,7 @@
  uint16_t	Aggregate_Bits;
  uint32_t	limitflows;
@@ -37,7 +37,7 @@
 +			case 'g':
 +				{
 +					time_t rawtime;
-+					struct tm *newtime, *start_time, *end_time;
++					struct tm *start_time, *end_time;
 +					char colonPos = 0;
 +					rawtime = time(NULL);
 +					char *duration = 0;

_______________________________________________
Opsview-checkins mailing list
Opsview-checkins@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to