mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 07:17:44 +00:00
virlog: Remove stray "todo" in comment
Fixes: 8fe30b2167
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
5729d94917
commit
e7a999364e
@ -1315,7 +1315,7 @@ virLogFilterNew(const char *match,
|
||||
ret->priority = priority;
|
||||
|
||||
/* We must treat 'foo' as equiv to '*foo*' for g_pattern_match
|
||||
* todo substring matches, so add 2 extra bytes
|
||||
* substring matches, so add 2 extra bytes
|
||||
*/
|
||||
ret->match = g_new0(char, mlen + 3);
|
||||
ret->match[0] = '*';
|
||||
|
Loading…
Reference in New Issue
Block a user