mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-03-05 06:00:58 +01:00
2021-02-23 Fred Gleason <fredg@paravelsystems.com>
* Removed the Qt3Support library from the build system. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -133,7 +133,7 @@ RDDelete::ErrorCode RDDelete::runDelete(const QString &username,
|
||||
curl_easy_setopt(curl,CURLOPT_KEYPASSWD,password.toUtf8().constData());
|
||||
}
|
||||
else {
|
||||
strncpy(userpwd,(username+":"+password).utf8(),256);
|
||||
strncpy(userpwd,(username+":"+password).toUtf8(),256);
|
||||
curl_easy_setopt(curl,CURLOPT_USERPWD,userpwd);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user