diff --git a/commands/CmdLQ.c b/commands/CmdLQ.c index bdd0e9d1..3b3440cb 100644 --- a/commands/CmdLQ.c +++ b/commands/CmdLQ.c @@ -2324,7 +2324,7 @@ CmdDoProperty(def, cmd, argstart) if (locargc == 1) { /* print all properties and their values */ - DBPropEnum(def, printPropertiesFunc); + DBPropEnum(def, printPropertiesFunc, NULL); } else if (locargc == 2)