From e2203c89ccb2dbbe662ff274ea9c0658d38e497e Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 12 Nov 2019 10:06:55 -0300 Subject: [PATCH] Updating methods. --- src/core/get.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/get.cc b/src/core/get.cc index 9675804..867218a 100644 --- a/src/core/get.cc +++ b/src/core/get.cc @@ -161,7 +161,7 @@ return get([buffer,len](TN3270::Host &host) { - string luname = host.getLUName(); + string luname = host.getAssociatedLUName(); memset(buffer,' ',len); strncpy((char *) buffer, luname.c_str(), std::min((size_t) len,luname.size())); -- libgit2 0.21.2