From: Automatic source maintenance Date: Thu, 4 Nov 2010 00:12:17 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: take1~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=13b08e1ce31c7876e928efd6567eaf1542191c58;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/dns_internal.cc b/src/dns_internal.cc index eec881cad5..da97ef7d91 100644 --- a/src/dns_internal.cc +++ b/src/dns_internal.cc @@ -125,8 +125,8 @@ struct _idns_query { char name[NS_MAXDNAME + 1]; char orig[NS_MAXDNAME + 1]; size_t sz; - unsigned short msg_id; /// random query ID sent to server; changes with every query sent - InstanceId xact_id; /// identifies our "transaction", stays constant when query is retried + unsigned short msg_id; /// random query ID sent to server; changes with every query sent + InstanceId xact_id; /// identifies our "transaction", stays constant when query is retried int nsends; int need_vc; @@ -1094,7 +1094,7 @@ idnsGrokReply(const char *buf, size_t sz, int from_ns) debugs(78, 3, HERE << "TCP DNS response"); idnsCallback(q, NULL, 0, "Truncated TCP DNS response"); cbdataFree(q); - } + } return; }