2020-11-06 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in Webget that caused authentication to fail
	when using PAM.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-11-06 14:27:43 -05:00
parent bb577beb76
commit 6d8e3f0fb7
3 changed files with 14 additions and 14 deletions

View File

@@ -50,6 +50,8 @@ class MainObject : public QObject
void TextExit(const QString &msg,int code,int line) const;
RDFormPost *webget_post;
QString webget_remote_hostname;
QString webget_remote_username;
QString webget_remote_password;
QHostAddress webget_remote_address;
};