Skip to content

Commit 90c8047

Browse files
committed
Fix build.
1 parent 913aaa2 commit 90c8047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/lp.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ connect_dest(const char *command, // I - Command name
512512
cupsFreeDests(1, *dest);
513513
*dest = NULL;
514514
}
515-
else if ((*dinfo = cupsCopyDestInfo(http, *dest)) == NULL)
515+
else if ((*dinfo = cupsCopyDestInfo(http, *dest, CUPS_DEST_FLAGS_NONE)) == NULL)
516516
{
517517
cupsLangPrintf(stderr, _("%s: Unable to get information on '%s': %s"), command, (*dest)->name, cupsGetErrorString());
518518

0 commit comments

Comments
 (0)