Skip to content

Commit

Permalink
Merge branch 'main' into coverity
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Apr 9, 2024
2 parents 0a60458 + eae66e0 commit 126fe26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/abi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: 'v3.9.0'
ref: 'v3.10.0'
path: old

- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion src/httpauth/digest.c
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ int httpauth_digest_response_print(struct re_printf *pf,
* @param passwd User password
* @param entitybody Entitybody if qop=auth-int
* @param cnonce Cnonce
* @param nonce_counter Nonce counter
* @param nonce_cnt Nonce counter
*
* @return 0 if success, otherwise errorcode
*/
Expand Down

0 comments on commit 126fe26

Please sign in to comment.