Commit bb957ffb6d0cd9bdd228939db56c29e7c5fcd467

Authored by Perry Werneck
1 parent d0febb8e
Exists in master and in 1 other branch develop

Fixing CSTATE definition.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
client/src/include/lib3270/ipc.h
... ... @@ -212,7 +212,7 @@
212 212 /// @brief connection state.
213 213 enum ConnectionState : uint8_t {
214 214 DISCONNECTED = LIB3270_NOT_CONNECTED, ///< @brief disconnected
215   - RESOLVING = LIB3270_RESOLVING, ///< @brief resolving hostname
  215 + RESOLVING = LIB3270_CONNECTING, ///< @brief Connecting to host
216 216 PENDING = LIB3270_PENDING, ///< @brief connection pending
217 217 CONNECTED_INITIAL = LIB3270_CONNECTED_INITIAL, ///< @brief connected, no mode yet
218 218 CONNECTED_ANSI = LIB3270_CONNECTED_ANSI, ///< @brief connected in NVT ANSI mode
... ...