Send at least error back in query if nothing else is sent.
[silc.git] / apps / silcd / serverconfig.c
index 5eeb6229bc6960007cc385e13c26e78776cf8e19..0afc3f39d67f77aaaf67d490672dc8c5a26c27f1 100644 (file)
@@ -165,6 +165,8 @@ static bool my_parse_authdata(SilcAuthMethod auth_meth, const char *p,
                                           NULL, NULL,
                                           my_free_public_key, NULL,
                                           TRUE);
+      SILC_LOG_DEBUG(("Adding public key '%s' to authentication cache",
+                    public_key->identifier));
       silc_hash_table_add(*auth_data, public_key, public_key);
     }
   } else