Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed May 22, 2024
1 parent 913aaa2 commit 90c8047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/lp.c
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ connect_dest(const char *command, // I - Command name
cupsFreeDests(1, *dest);
*dest = NULL;
}
else if ((*dinfo = cupsCopyDestInfo(http, *dest)) == NULL)
else if ((*dinfo = cupsCopyDestInfo(http, *dest, CUPS_DEST_FLAGS_NONE)) == NULL)
{
cupsLangPrintf(stderr, _("%s: Unable to get information on '%s': %s"), command, (*dest)->name, cupsGetErrorString());

Expand Down

0 comments on commit 90c8047

Please sign in to comment.