X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fserverconfig.h;h=afab2c9bdef570b1f8ae34be3047f13519950f94;hb=c49f7330c61ba13940fadef90377ec4012145e37;hp=77644e4fae1f1250276353c9fd26faffabfda43f;hpb=fd1db6d58b83f27f508e03c33038f2fd019af214;p=silc.git diff --git a/apps/silcd/serverconfig.h b/apps/silcd/serverconfig.h index 77644e4f..afab2c9b 100644 --- a/apps/silcd/serverconfig.h +++ b/apps/silcd/serverconfig.h @@ -138,12 +138,6 @@ typedef struct { unsigned short port; } SilcServerConfigSectionDenyConnection; -/* Holds all client redirections from config file */ -typedef struct { - char *host; - unsigned short port; -} SilcServerConfigSectionRedirectClient; - /* Holds motd file */ typedef struct { char *motd_file; @@ -179,7 +173,6 @@ typedef struct { SilcServerConfigSectionServerConnection *routers; SilcServerConfigSectionAdminConnection *admins; SilcServerConfigSectionDenyConnection *denied; - SilcServerConfigSectionRedirectClient *redirect; SilcServerConfigSectionMotd *motd; } SilcServerConfigObject; @@ -203,7 +196,6 @@ typedef enum { SILC_CONFIG_SERVER_SECTION_TYPE_ROUTER_CONNECTION, SILC_CONFIG_SERVER_SECTION_TYPE_ADMIN_CONNECTION, SILC_CONFIG_SERVER_SECTION_TYPE_DENY_CONNECTION, - SILC_CONFIG_SERVER_SECTION_TYPE_REDIRECT_CLIENT, SILC_CONFIG_SERVER_SECTION_TYPE_MOTD, } SilcServerConfigSectionType;