summaryrefslogtreecommitdiff
path: root/net/libbgpdump/files/patch-bgpdump.c
blob: 7344261f1223fca88b80d7a7b6fef77e9d0f981b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- bgpdump.c.old	2014-07-24 13:02:50.000000000 +0000
+++ bgpdump.c	2014-07-24 13:03:27.000000000 +0000
@@ -164,10 +164,6 @@
         exit(1);        
     }
 
-    // more efficient then line buffering
-    char buffer[16000];
-    setbuffer(stdout, buffer, sizeof buffer);
-    
     BGPDUMP *my_dump = bgpdump_open_dump(argv[0]);
     
     do {