fix paren
authorChristian Grothoff <christian@grothoff.org>
Tue, 4 Dec 2018 12:29:55 +0000 (13:29 +0100)
committerChristian Grothoff <christian@grothoff.org>
Tue, 4 Dec 2018 12:29:55 +0000 (13:29 +0100)
src/namestore/gnunet-namestore.c

index 0124db62b1873d268231205535a5e164e46b62b8..5f5a75f2acc25c15b77c98aa988d21f9ab2802da 100644 (file)
@@ -1000,7 +1000,7 @@ identity_cb (void *cls,
   GNUNET_free_non_null (ego_name);
   ego_name = NULL;
 
-  if (! (add|del|list|(NULL != nickstring)|(NULL != uri)|(NULL != reverse_pkey))|(NULL != recordset) )
+  if (! (add|del|list|(NULL != nickstring)|(NULL != uri)|(NULL != reverse_pkey)|(NULL != recordset)) )
   {
     /* nothing more to be done */
     fprintf (stderr,