load_servers() used `label`, `conn`, `auth_type` as while-read loop variables, which clobbered identically-named locals in add_server_interactive() due to bash dynamic scoping. This caused the server label to be empty when adding a 2nd+ server. Rename loop variables to `_l`, `_c`, `_a` to avoid the collision. Closes #39
463 KiB
463 KiB