Accept identity without name
authorMyhailo Danylenko <isbear@ukrpost.net>
Mon, 05 Apr 2010 18:17:09 +0300
changeset 1870 1f5015ef43e8
parent 1869 c1d0187f0959
child 1871 c30fa2baf387
Accept identity without name
mcabber/mcabber/caps.c
--- a/mcabber/mcabber/caps.c	Mon Apr 05 11:40:00 2010 +0200
+++ b/mcabber/mcabber/caps.c	Mon Apr 05 18:17:09 2010 +0300
@@ -75,7 +75,7 @@
                        const char *type)
 {
   caps *c;
-  if (!hash || !category || !name || !type)
+  if (!hash || !category || !type)
     return;
 
   c = g_hash_table_lookup(caps_cache, hash);