summaryrefslogtreecommitdiff
path: root/auth/gsasl.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth/gsasl.c')
-rw-r--r--auth/gsasl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/gsasl.c b/auth/gsasl.c
index 418c9ab92..e2de6a2ed 100644
--- a/auth/gsasl.c
+++ b/auth/gsasl.c
@@ -253,7 +253,7 @@ _gsasl_open (stream_t stream)
}
int
-_gsasl_strerror (stream_t stream, char **pstr)
+_gsasl_strerror (stream_t stream, const char **pstr)
{
struct _gsasl_stream *s = stream_get_owner (stream);
*pstr = gsasl_strerror (s->last_err);

Return to:

Send suggestions and report system problems to the System administrator.