diff --git a/src/lib3270/session.c b/src/lib3270/session.c index 4bcad2a..52924e6 100644 --- a/src/lib3270/session.c +++ b/src/lib3270/session.c @@ -299,8 +299,8 @@ static void lib3270_session_init(H3270 *hSession, const char *model) trace("Termtype: %s",hSession->termtype); - if (hSession->apl_mode) - hSession->charset.host = "apl"; +// if (hSession->apl_mode) +// hSession->charset.host = "apl"; } -- libgit2 0.21.2