aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2017-11-05 15:40:33 +0100
committerBjørn Mork <bjorn@mork.no>2017-11-05 15:40:33 +0100
commitbba3d8db9a578585a25dd7289b8480e3530f7526 (patch)
tree291bc7f18bec1b5a35e861edb2499a8f935fd362
parentbefdaa92d2c6ea36d6c3900b3882e7bf89934fb6 (diff)
ripe-atlas-fw: imported version 47704770
Signed-off-by: Bjørn Mork <bjorn@mork.no>
-rw-r--r--.indent.pro33
-rw-r--r--eperd/evtdig.c1
2 files changed, 0 insertions, 34 deletions
diff --git a/.indent.pro b/.indent.pro
deleted file mode 100644
index 492ecf1..0000000
--- a/.indent.pro
+++ /dev/null
@@ -1,33 +0,0 @@
---blank-lines-after-declarations
---blank-lines-after-procedures
---break-before-boolean-operator
---no-blank-lines-after-commas
---braces-on-if-line
---braces-on-struct-decl-line
---comment-indentation25
---declaration-comment-column25
---no-comment-delimiters-on-blank-lines
---cuddle-else
---continuation-indentation4
---case-indentation0
---else-endif-column33
---space-after-cast
---line-comments-indentation0
---declaration-indentation1
---dont-format-first-column-comments
---dont-format-comments
---honour-newlines
---indent-level4
-/* changed from 0 to 4 */
---parameter-indentation4
---line-length78 /* changed from 75 */
---continue-at-parentheses
---no-space-after-function-call-names
---dont-break-procedure-type
---dont-star-comments
---leave-optional-blank-lines
---dont-space-special-semicolon
---tab-size4
-/* additions by Mark */
---case-brace-indentation0
---leave-preprocessor-space
diff --git a/eperd/evtdig.c b/eperd/evtdig.c
index d09d489..e25ad7a 100644
--- a/eperd/evtdig.c
+++ b/eperd/evtdig.c
@@ -1180,7 +1180,6 @@ static void tcp_readcb(struct bufferevent *bev UNUSED_PARAM, void *ptr)
if (qry->response_out)
fwrite(b2, 2, 1, qry->resp_file);
qry->wire_size = ldns_read_uint16(b2);
-qry->wire_size= sizeof(struct DNS_HEADER);
buf_init(&qry->packet, -1);
}
else {