]> git.pld-linux.org Git - packages/ehnt.git/blob - ehnt-colondump.patch
- tabs in preamble
[packages/ehnt.git] / ehnt-colondump.patch
1 diff -Naur ehnt-0.3/ehnt_processflow.c ehnt-0.3-p/ehnt_processflow.c
2 --- ehnt-0.3/ehnt_processflow.c Thu Oct  4 20:18:29 2001
3 +++ ehnt-0.3-p/ehnt_processflow.c       Sat Mar 15 13:42:42 2003
4 @@ -218,7 +218,7 @@
5         dstip.s_addr=rec->dstaddr;
6         nexthop.s_addr=rec->nexthop;
7  
8 -       printf("%.0f:%s",local_flowcount,routeraddr_string);
9 +       printf("%.0f:%s:",local_flowcount,routeraddr_string);
10         printf("%d:%s:%d:",
11                rec->input_index,
12                inet_ntoa(srcip),
This page took 0.055611 seconds and 3 git commands to generate.