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 8361420 commit 7fe9af5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cups/usersys.c
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ cupsSetUserAgent(const char *user_agent)/* I - User-Agent string or @code NULL@
cupsCopyString(cg->user_agent, CUPS_MINIMAL " IPP/2.1", sizeof(cg->user_agent));
break;
}
return;
}

#ifdef _WIN32
Expand Down

0 comments on commit 7fe9af5

Please sign in to comment.