]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
BUGFIX: updated the --csv format for when AS lookups are disabled
authorVaibhav Bajpai <contact@vaibhavbajpai.com>
Sun, 5 May 2013 18:47:03 +0000 (20:47 +0200)
committerR.E. Wolff <R.E.Wolff@BitWizard.nl>
Mon, 13 May 2013 15:22:54 +0000 (17:22 +0200)
report.c

index 83fe029ac600695686664609b9957abf9997dc50..f0e0a037003e70e15005fd56cd463abec8bdfe10 100644 (file)
--- a/report.c
+++ b/report.c
@@ -346,7 +346,7 @@ void csv_close(time_t now)
       printf("MTR.%s;%lu;%s;%s;%d;%s;%s;%d", MTR_VERSION, now, "OK", Hostname,
              at+1, name, fmtinfo, last);
     } else {
-      printf("MTR.%s;%lu;%s;%d;%s;%d", MTR_VERSION, now, Hostname,
+      printf("MTR.%s;%lu;%s;%s;%d;%s;%d", MTR_VERSION, now, "OK", Hostname,
              at+1, name, last);
     }