Don't have USER_INFO attribute.
authorPekka Riikonen <priikone@silcnet.org>
Mon, 14 Oct 2002 14:44:17 +0000 (14:44 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Mon, 14 Oct 2002 14:44:17 +0000 (14:44 +0000)
apps/silcd/server_query.c

index d086cac778d40ed33ac3a83028a3ca079cd2db3c..b8c96b13f8a11cb0c93cb5d5cd15280d1e8833e3 100644 (file)
@@ -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));