diff options
Diffstat (limited to 'src/inputStream_http.c')
-rw-r--r-- | src/inputStream_http.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/inputStream_http.c b/src/inputStream_http.c index db8b3062a..c5dccf9dd 100644 --- a/src/inputStream_http.c +++ b/src/inputStream_http.c @@ -187,7 +187,8 @@ static char *base64Dup(char *s) return ret; } -static char *authString(char *header, char *user, char *password) +static char *authString(const char *header, + const char *user, const char *password) { char *ret = NULL; int templen; |