]> git.ipfire.org Git - thirdparty/pdns.git/commit
Fix a GCC warning about strncpy() 6707/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 4 Jun 2018 09:49:50 +0000 (11:49 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 4 Jun 2018 09:49:50 +0000 (11:49 +0200)
commitbb74983967f253a9a2590f41efad9bc6a0e89342
tree9343c48a00d4e0957ea0e158541eced9071fd084
parentdc058f6500afb3c73a3365842b853b24c5aecda0
Fix a GCC warning about strncpy()

We always NULL-terminate the string anyway, but let's make the
compiler happy.
pdns/rec_channel.cc