From bba3d8db9a578585a25dd7289b8480e3530f7526 Mon Sep 17 00:00:00 2001 From: Bjørn Mork Date: Sun, 5 Nov 2017 15:40:33 +0100 Subject: ripe-atlas-fw: imported version 4770 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bjørn Mork --- .indent.pro | 33 --------------------------------- eperd/evtdig.c | 1 - 2 files changed, 34 deletions(-) delete mode 100644 .indent.pro 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 { -- cgit v1.2.3