]> ruderich.org/simon Gitweb - nsscash/nsscash.git/blobdiff - nss/search.h
nss: remove pointer indirection in search_key's id member
[nsscash/nsscash.git] / nss / search.h
index f3fbc9a3af13924665791f7ac07014193eff1de2..3812791963d0789c42537e3ea3d86e684fa19aee 100644 (file)
@@ -25,7 +25,7 @@
 
 struct search_key {
     const char *name; // if name != NULL search for a string
-    const uint64_t *id; // if name == NULL search for an id
+    const uint64_t id; // if name == NULL search for an id
 
     // The actual data with all entries; this is where the full entry
     // including name/id is located (the index holds an offset into data for