1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00
lvm2/libdaemon
Peter Rajnoha 8d5ae472e5 daemon-server: fix error message on daemon shutdown
If a daemon (like lvmetad that is using common daemon-server code)
received a kill signal that was supposed to shut the daemon down,
a spurious message was issued: "Failed to handle a client connection".

This happened if the kill signal came just in the middle of waiting
for a client request in "select" - the request that was supposed to
be handled was blank at that moment of course.
2012-07-19 16:45:08 +02:00
..
client cleanup: replace memset with struct initilization 2012-06-22 13:23:03 +02:00
server daemon-server: fix error message on daemon shutdown 2012-07-19 16:45:08 +02:00
Makefile.in Series of commits to move daemon code into separate top-level dir and 2012-02-28 18:25:48 +00:00