]> git.ipfire.org Git - thirdparty/lldpd.git/commit
priv: use AF_UNIX for socketpair()
authorVincent Bernat <vbe@deezer.com>
Fri, 4 Apr 2014 08:17:43 +0000 (10:17 +0200)
committerVincent Bernat <vbe@deezer.com>
Fri, 4 Apr 2014 08:17:43 +0000 (10:17 +0200)
commitbd3da7c52879cebe48a48df6dfa764c79072dbc7
tree3444a4624646851855761ac50829ae234a9dd12d
parent1a3dd5a8e028d4dd4f2e31c0693129290880b5c4
priv: use AF_UNIX for socketpair()

This is a synonym of AF_LOCAL but it seems more widely known (for
example, on HP-UX).
src/daemon/priv.c