This commit is contained in:
Wolfgang Hottgenroth 2021-02-10 17:55:10 +01:00
parent 45cc8db7c3
commit af82dea221
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -235,7 +235,7 @@ void deinitForwarder(t_forwarderHandle *handle) {
}
int httpPostRequest(char *url, char *user, char *pass, char *payload) {
int httpPostRequest(char *url, const char *user, const char *pass, char *payload) {
CURL *curl = curl_easy_init();
if (! curl) {
logmsg(LOG_ERR, "error instantiating curl");