From 90c8047bc7f6025d00403ae07a5d75599c8a0cd5 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 22 May 2024 09:37:33 -0400 Subject: [PATCH] Fix build. --- commands/lp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/lp.c b/commands/lp.c index acd20f2..e953e7c 100644 --- a/commands/lp.c +++ b/commands/lp.c @@ -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());