Skip to content

Commit

Permalink
BUGFIX: updated the --csv format for when AS lookups are disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
vbajpai authored and rewolff committed May 13, 2013
1 parent 562551b commit e3d521e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit e3d521e

Please sign in to comment.