From b3175d621484c9bee278c3a784b0c594da25cca1 Mon Sep 17 00:00:00 2001 From: xchaos Date: Thu, 28 Apr 2011 10:09:28 +0000 Subject: [PATCH] fine tuning LMS id link git-svn-id: https://dev.arachne.cz/repos/prometheus/trunk@147 251d49ef-1d17-4917-a970-b30cf55b089b --- prometheus.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/prometheus.c b/prometheus.c index 25a7233..3cc2662 100644 --- a/prometheus.c +++ b/prometheus.c @@ -7,7 +7,7 @@ /* Credit: CZFree.Net,Martin Devera,Netdave,Aquarius,Gandalf */ /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ -/* Modified by: xChaos, 20110427 +/* Modified by: xChaos, 20110428 ludva, 20080415 Prometheus QoS is free software; you can redistribute it and/or @@ -1123,6 +1123,7 @@ Credit: CZFree.Net, Martin Devera, Netdave, Aquarius, Gandalf\n\n",version); sharedip->traffic+=ip->traffic; ip->traffic=0; ip->mark=sharedip->mark; + ip->lmsid=sharedip->lmsid; break; } if(!sharedip) @@ -1605,7 +1606,7 @@ Credit: CZFree.Net, Martin Devera, Netdave, Aquarius, Gandalf\n\n",version); } else if(ip->lmsid == 0) { - fputs("----",f); + fputs("------",f); } fputs("\n",f); } -- 2.30.2