We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f65dd commit f695cb5Copy full SHA for f695cb5
1 file changed
scheduler/ipp.c
@@ -1,7 +1,7 @@
1
/*
2
* IPP routines for the CUPS scheduler.
3
*
4
- * Copyright © 2020-2024 by OpenPrinting
+ * Copyright © 2020-2025 by OpenPrinting
5
* Copyright © 2007-2021 by Apple Inc.
6
* Copyright © 1997-2007 by Easy Software Products, all rights reserved.
7
@@ -6101,8 +6101,7 @@ create_subscriptions(
6101
}
6102
6103
ippAddSeparator(con->response);
6104
- ippAddInteger(con->response, IPP_TAG_SUBSCRIPTION, IPP_TAG_INTEGER,
6105
- "notify-subscription-id", sub->id);
+ copy_subscription_attrs(con, sub, /*ra*/NULL, /*exclude*/NULL);
6106
6107
con->response->request.status.status_code = IPP_STATUS_OK;
6108
0 commit comments