1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/libdaemon/server
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
..
daemon-server.c daemon-server: fix error message on daemon shutdown 2012-07-19 16:45:08 +02:00
daemon-server.h Reflect new file locations, include file updates etc. 2012-02-28 18:35:04 +00:00
Makefile.in new makefiles 2012-02-28 18:26:40 +00:00