Skip to content

Commit ecfb030

Browse files
committed
cupsDoRequest() response pointer does not need to get initialized
1 parent cc63bdd commit ecfb030

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scheduler/ipp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5392,7 +5392,7 @@ create_local_bg_thread(
53925392
if (ippFindAttribute(response, "media-col-database", IPP_TAG_ZERO) ==
53935393
NULL)
53945394
{
5395-
ipp_t *response2 = NULL;
5395+
ipp_t *response2;
53965396

53975397
cupsdLogMessage(CUPSD_LOG_DEBUG,
53985398
"Polling \"media-col-database\" attribute separately.");

0 commit comments

Comments
 (0)