hashtable: remove caps buffer
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 23 Jan 2019 07:17:02 +0000 (08:17 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 26 Jan 2019 13:13:58 +0000 (08:13 -0500)
commit320194ae35801811bd7754f23ac04bd841d25aa3
treecc583099551db9398507ea3333f4c90856fe905b
parente35d2a755349bd1247a243ab6ddb7bd4dc294d62
hashtable: remove caps buffer

slre_match() checks if caps == NULL. In this case it does not try to
update it. So there is no need to create a buffer caps which we do not
evaluate.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/hashtable.c