From: Pekka Riikonen Date: Mon, 14 Oct 2002 14:44:17 +0000 (+0000) Subject: Don't have USER_INFO attribute. X-Git-Tag: silc.client.0.9.6~21 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=ac9b96fa43a85c0da14df6bdaf6abc252fc92d95;p=silc.git Don't have USER_INFO attribute. --- diff --git a/apps/silcd/server_query.c b/apps/silcd/server_query.c index d086cac7..b8c96b13 100644 --- a/apps/silcd/server_query.c +++ b/apps/silcd/server_query.c @@ -1534,11 +1534,6 @@ SilcBuffer silc_server_query_reply_attrs(SilcServer server, attribute = silc_attribute_get_attribute(attr); switch (attribute) { - case SILC_ATTRIBUTE_USER_INFO: - /* Put USER_INFO */ - SILC_NOT_IMPLEMENTED("SILC_ATTRIBUTE_USER_INFO"); - break; - case SILC_ATTRIBUTE_SERVICE: /* Put SERVICE. Put only SILC service. */ memset(&service, 0, sizeof(service));