]> git.ipfire.org Git - thirdparty/pdns.git/commit - pdns/misc.cc
Introduce makeUNsockaddr and have everybody use it 976/head
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Wed, 28 Aug 2013 11:18:53 +0000 (13:18 +0200)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Tue, 3 Sep 2013 09:44:18 +0000 (11:44 +0200)
commit76cb459351d3477d34f8c6d69a34c99bea197632
treef8f43bb80b8f274bbb023a4a93f5b3bd41b25186
parentad2fa4466bc81ee39b95741b08098cb161f05f3c
Introduce makeUNsockaddr and have everybody use it

makeUNsockaddr does the length check in a central place, and calling
code should be a bit more readable now.
modules/pipebackend/coprocess.cc
modules/remotebackend/unixconnector.cc
pdns/dynlistener.cc
pdns/dynlistener.hh
pdns/dynmessenger.cc
pdns/misc.cc
pdns/misc.hh
pdns/rec_channel.cc