summaryrefslogtreecommitdiff
path: root/pop3d/extra.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3d/extra.c')
-rw-r--r--pop3d/extra.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pop3d/extra.c b/pop3d/extra.c
index 1915110b8..19fbced4e 100644
--- a/pop3d/extra.c
+++ b/pop3d/extra.c
@@ -161,7 +161,7 @@ pop3d_init_tls_server ()
if (stream_open (stream))
{
- char *p;
+ const char *p;
stream_strerror (stream, &p);
syslog (LOG_ERR, _("cannot open TLS stream: %s"), p);
return 0;
@@ -220,7 +220,7 @@ pop3d_outf (const char *fmt, ...)
free (buf);
if (rc)
{
- char *p;
+ const char *p;
if (stream_strerror (ostream, &p))
p = strerror (errno);
@@ -243,7 +243,7 @@ pop3d_readline (char *buffer, size_t size)
if (rc)
{
- char *p;
+ const char *p;
if (stream_strerror (ostream, &p))
p = strerror (errno);

Return to:

Send suggestions and report system problems to the System administrator.