summaryrefslogtreecommitdiffstats
path: root/src/libmime/received.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmime/received.cxx')
-rw-r--r--src/libmime/received.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libmime/received.cxx b/src/libmime/received.cxx
index dc16d9b09..ab0a65a69 100644
--- a/src/libmime/received.cxx
+++ b/src/libmime/received.cxx
@@ -50,7 +50,7 @@ struct received_part {
};
static inline auto
-received_part_set_or_append(const gchar *begin,
+received_part_set_or_append(const char *begin,
gsize len,
mime_string &dest) -> void
{
@@ -427,7 +427,7 @@ received_process_rdns(rspamd_mempool_t *pool,
RSPAMD_INET_ADDRESS_PARSE_RECEIVED);
if (addr) {
- const gchar *addr_str;
+ const char *addr_str;
if (rspamd_inet_address_get_port(addr) != 0) {
addr_str = rspamd_inet_address_to_string_pretty(addr);