Revert "libsmooth: findkey: Empty target string if key could not be found."

This reverts commit 0add8f90ae.
This commit is contained in:
Arne Fitzenreiter
2012-11-26 17:30:40 +01:00
parent 44967a8402
commit 01e5e86e1a

View 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;
}