]> ruderich.org/simon Gitweb - nsscash/nsscash.git/commit
nss: remove pointer indirection in search_key's id member
authorSimon Ruderich <simon@ruderich.org>
Mon, 17 Jun 2019 18:43:42 +0000 (20:43 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 17 Jun 2019 18:43:42 +0000 (20:43 +0200)
commit5b9652f1dff167791209584273e181f932ea93b5
tree90bc76d0420bf533e67f8f1b2f79998d08198170
parent17ade439a85c9cb0074978bb8df873c7ec993b41
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.
nss/gr.c
nss/pw.c
nss/search.c
nss/search.h