chkconf will now recognise E-lines (CONF_DCCBLOCK) and no longer report an error...
authorRemco Rijnders <remco@webconquest.com>
Thu, 15 Jun 2017 07:37:26 +0000 (09:37 +0200)
committerRemco Rijnders <remco@webconquest.com>
Thu, 15 Jun 2017 07:37:26 +0000 (09:37 +0200)
src/chkconf.c

index 09ba13e117e745949ec272117063e6fa457e9910..79eb84aa85d93347e33fd952f3190b2aa60d1828 100644 (file)
@@ -218,6 +218,9 @@ static aConfItem *initconf (opt)
            ccount++;
            aconf->status = CONF_CONNECT_SERVER;
            break;
+       case 'E':                 /* Blocked DCC file type */
+           aconf->status = CONF_DCCBLOCK;
+           break;
        case 'f':                 /* Temp Z-line time */
        case 'F':
            aconf->status = CONF_ZTIME;