NULL pointer fix
[oweals/gnunet.git] / src / reclaim / json_reclaim.c
index 222cf1dbfec72bebc68701a49f80330b656f6ea5..557caafe2dd5bdbb16abceaaffad45fbe9bca12c 100644 (file)
@@ -171,7 +171,7 @@ parse_ticket (void *cls, json_t *root, struct GNUNET_JSON_Specification *spec)
                               &rnd_str,
                               "audience",
                               &aud_str,
-                              "identity",
+                              "issuer",
                               &id_str);
   if (0 != unpack_state)
   {