diff options
Diffstat (limited to 'net/daq')
-rw-r--r-- | net/daq/files/patch-daq_pcap.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/daq/files/patch-daq_pcap.c b/net/daq/files/patch-daq_pcap.c deleted file mode 100644 index 58e3f3d052ae..000000000000 --- a/net/daq/files/patch-daq_pcap.c +++ /dev/null @@ -1,11 +0,0 @@ ---- os-daq-modules/daq_pcap.c.orig 2011-01-30 15:28:19.000000000 -0500 -+++ os-daq-modules/daq_pcap.c 2011-01-30 15:27:19.000000000 -0500 -@@ -216,7 +216,7 @@ static int pcap_daq_initialize(const DAQ - for (entry = config->values; entry; entry = entry->next) - { - if (!strcmp(entry->key, "buffer_size")) -- context->buffer_size = strtol(entry->key, NULL, 10); -+ context->buffer_size = strtol(entry->value, NULL, 10); - } - /* Try to account for legacy PCAP_FRAMES environment variable if we weren't passed a buffer size. */ - if (context->buffer_size == 0) |