create_local_socket(): Avoid code duplication.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 11 Jan 2015 23:40:22 +0000 (00:40 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 14 Feb 2015 10:45:26 +0000 (11:45 +0100)
The two users of create_local_socket(), afs.c and audiod.c, both
call mark_fd_nonblocking() and listen(2) on the returned socket file
descriptor. This patch moves the code for this additional work to
create_local_socket(), simplifying the callers.


No differences found