Skip to content

Commit

Permalink
[mod_auth] quiet coverity warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gstrauss committed Nov 29, 2021
1 parent 863551c commit 60c9612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod_auth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,7 @@ mod_auth_digest_validate_userstar (request_st * const r, http_auth_digest_params
&& buffer_eq_icase_ssn(ptr, "iso-8859-1", 10))
ptr += 10;
else
ptr = ""; /*(invalid char; (not '\''); error below)*/
ptr = "\n"; /*(invalid char; (not '\''); error below)*/
/* step over ...'language'... */
if (*ptr++ != '\''
|| !(ptr = memchr(ptr, '\'',
Expand Down

0 comments on commit 60c9612

Please sign in to comment.