]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - src/install+setup/libsmooth/varval.c
core76: Sort exclude file alphabetically.
[people/teissler/ipfire-2.x.git] / src / install+setup / libsmooth / varval.c
index d12789097d04aac8cace0801fbcc368d0cbc15ef..9a64365af7a823f36aa060c8e3f91cb8098fbcb5 100644 (file)
@@ -151,9 +151,6 @@ int findkey(struct keyvalue *head, char *key, char *value)
                cur = cur->next;
        }
 
-       // Empty value if we could not find key.
-       value[0] = '\0';
-
        return 0;
 }