PID changes, knotc start removed, AF_UNIX socket support, doc
Merge request reports
Activity
- Updated control port references in knot.full.conf and manpage, didn't find it in texi files though
- Port isn't printed for AF_UNIX sockets, reused a buffer for commands for formatting
- Not working AF_UNIX now fixed. I must have been very tired, although it is odd that FreeBSD didn't mind...
# These lines should be obviously switched uaddr.sun_family = AF_UNIX; memset(&uaddr, 0, sizeof(struct sockaddr_un));
Please register or sign in to reply