udev: use strempty() where appropriate

This commit is contained in:
Lennart Poettering 2019-04-02 14:53:05 +02:00
parent 02dab76e93
commit 568ee8fc46

View file

@ -1645,8 +1645,7 @@ static bool match_key(UdevRules *rules, struct token *token, const char *val) {
char *pos;
bool match = false;
if (!val)
val = "";
val = strempty(val);
switch (token->key.glob) {
case GL_PLAIN: