From 2680f94b04778e9bdf85d2c9f4c003ace3225ec8 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Fri, 12 Apr 2019 19:39:45 +0000
Subject: [PATCH] Remove reference to removed/unused enum value: NET_FIDO_ASCII

---
 src/sbbs3/sbbsecho.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/sbbs3/sbbsecho.c b/src/sbbs3/sbbsecho.c
index 5a4cc41872..14258676fa 100644
--- a/src/sbbs3/sbbsecho.c
+++ b/src/sbbs3/sbbsecho.c
@@ -4729,7 +4729,6 @@ void export_echomail(const char* sub_code, const nodecfg_t* nodecfg, bool rescan
 
 			if(msg.from_net.type!=NET_NONE
 				&& msg.from_net.type!=NET_FIDO
-				&& msg.from_net.type!=NET_FIDO_ASCII
 				&& !(scfg.sub[subnum]->misc&SUB_GATE)) {
 				smb_unlockmsghdr(&smb, &msg);
 				smb_freemsgmem(&msg);
-- 
GitLab