Commit 3be8fd777da3faca1729c7d5e1f118aad01d24cd

Authored by Perry Werneck
1 parent 52b7208b
Exists in master

Updating API method.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/native/core/get.cc
@@ -152,7 +152,7 @@ DLL_PUBLIC int tn3270_get_version(TN3270::Host *ses, char * str, int strlen) { @@ -152,7 +152,7 @@ DLL_PUBLIC int tn3270_get_version(TN3270::Host *ses, char * str, int strlen) {
152 152
153 return call(ses, str, length, [](TN3270::Host &ses, int length) { 153 return call(ses, str, length, [](TN3270::Host &ses, int length) {
154 154
155 - return ses.getLUName(); 155 + return ses.getAssociatedLUName();
156 156
157 }); 157 });
158 158