From: Simon Ruderich Date: Mon, 17 Jun 2019 18:43:42 +0000 (+0200) Subject: nss: remove pointer indirection in search_key's id member X-Git-Tag: 0.1~45 X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=5b9652f1dff167791209584273e181f932ea93b5;hp=5b9652f1dff167791209584273e181f932ea93b5;p=nsscash%2Fnsscash.git nss: remove pointer indirection in search_key's id member There's no reason to use a pointer here. Setting name to NULL already marks that an id is to be used. ---