get rid of extra "netsim" on print output

(Logical change 1.35)
This commit is contained in:
osdl.net!shemminger 2004-06-25 21:34:45 +00:00
parent 11d1cad87c
commit 1a24c4de0a

View File

@ -139,7 +139,7 @@ static int netsim_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
qopt = RTA_DATA(opt);
fprintf(f, "netsim limit %s", sprint_size(qopt->limit, b1));
fprintf(f, "limit %s", sprint_size(qopt->limit, b1));
if (qopt->latency)
fprintf(f, " latency %s",
sprint_usecs(qopt->latency, b2));