From ac9b96fa43a85c0da14df6bdaf6abc252fc92d95 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 14 Oct 2002 14:44:17 +0000 Subject: [PATCH] Don't have USER_INFO attribute. --- apps/silcd/server_query.c | 5 ----- 1 file changed, 5 deletions(-) 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)); -- 2.43.0