From 0e28b6c71dd927766563c0c32e07b1a42e554ee7 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sun, 13 Jan 2019 00:21:28 +0000 Subject: [PATCH] Cruft removal: IDENT/Identity protocol not supported by webserver. --- src/sbbs3/websrvr.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sbbs3/websrvr.h b/src/sbbs3/websrvr.h index 66fa375786..70f9a04109 100644 --- a/src/sbbs3/websrvr.h +++ b/src/sbbs3/websrvr.h @@ -145,7 +145,6 @@ static ini_bitdesc_t web_options[] = { /* shared bits */ { BBS_OPT_NO_HOST_LOOKUP ,"NO_HOST_LOOKUP" }, { BBS_OPT_NO_RECYCLE ,"NO_RECYCLE" }, - { BBS_OPT_GET_IDENT ,"GET_IDENT" }, { BBS_OPT_NO_JAVASCRIPT ,"NO_JAVASCRIPT" }, { BBS_OPT_MUTE ,"MUTE" }, -- GitLab