session: remove redundant key attribute to rpc_session_set()
authorJo-Philipp Wich <jo@mein.io>
Thu, 15 Mar 2018 11:05:31 +0000 (12:05 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 15 Mar 2018 11:29:15 +0000 (12:29 +0100)
commitf0f6f81edb56bd43b63ffde9eeb52efe1ce833b8
tree1b54c3d41c8f9b37ce65979776dcce39f8745b53
parent6994c87a4213fce75f6545f08f7ee254d12623f2
session: remove redundant key attribute to rpc_session_set()

The given const char *key was used to look up the blob attribute, while
the blob attributes internal name was used to store it in the avl tree.

This leads to confusion and potential memory leaks when the given key name
does not match the blob attributes internal name.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
session.c