]> git.ipfire.org Git - thirdparty/pdns.git/commit
auth: remove unused var in tcpreceiver.cc 12758/head
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Tue, 18 Apr 2023 00:15:40 +0000 (02:15 +0200)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Tue, 18 Apr 2023 00:15:42 +0000 (02:15 +0200)
commit75cbb0499340ba4b6c30953633a18704cae8423c
tree3d5c28f8a21ee981ac765d9961f56ce090f6a798
parentfd06fe4b2511f065fd206a2dc66c23129af91ac7
auth: remove unused var in tcpreceiver.cc

tcpreceiver.cc:1005:7: warning: variable 'records' set but not used [-Wunused-but-set-variable]
  int records=0;
pdns/tcpreceiver.cc