1
0
mirror of https://github.com/bgp/bgpq4.git synced 2024-05-11 05:55:05 +00:00

fixed bug with -T not disabling pipelining

This commit is contained in:
snar
2008-05-29 16:58:39 +00:00
parent db3391ceef
commit cf235a4ef3

View File

@ -139,7 +139,7 @@ main(int argc, char* argv[])
break;
case 'l': expander.name=optarg;
break;
case 'T': pipelining=1;
case 'T': pipelining=0;
break;
case 'S': expander.sources=optarg;
break;