Skip to content

Commit

Permalink
Fix the default User-Agent string sent in requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Oct 3, 2024
1 parent 015574e commit 8517c9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ CHANGES - OpenPrinting CUPS
Changes in CUPS v2.4.12 (YYYY-MM-DD)
------------------------------------

- Fixed the default User-Agent string.


Changes in CUPS v2.4.11 (2024-09-30)
------------------------------------
Expand Down
1 change: 1 addition & 0 deletions cups/usersys.c
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ cupsSetUserAgent(const char *user_agent)/* I - User-Agent string or @code NULL@
strlcpy(cg->user_agent, CUPS_MINIMAL " IPP/2.1", sizeof(cg->user_agent));
break;
}
return;
}

#ifdef _WIN32
Expand Down

0 comments on commit 8517c9a

Please sign in to comment.