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:
parent
1ff2245c23
commit
9f96286c29
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user