1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00

lvmetad: Initialise debug_config also if no -d is given.

This commit is contained in:
Petr Rockai 2012-09-20 01:56:41 +02:00
parent 1ff2245c23
commit 9f96286c29

View File

@ -1043,6 +1043,7 @@ int main(int argc, char *argv[])
s.pidfile = LVMETAD_PIDFILE;
s.protocol = "lvmetad";
s.protocol_version = 1;
ls.debug_config = "";
// use getopt_long
while ((opt = getopt(argc, argv, "?fhVd:Rs:")) != EOF) {