We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4816d4c commit 168a323Copy full SHA for 168a323
1 file changed
cups/ipp.c
@@ -5731,15 +5731,9 @@ ipp_read_io(void *src, // I - Data source
5731
return (ipp->state = IPP_STATE_DATA);
5732
5733
case IPP_TAG_MEMBERNAME :
5734
- // The value the name of the member in the collection, which
+ // The value is the name of the member in the collection, which
5735
// we need to carry over...
5736
- if (!attr)
5737
- {
5738
- _cupsSetError(IPP_STATUS_ERROR_INTERNAL, _("IPP memberName with no attribute."), 1);
5739
- DEBUG_puts("1ipp_read_io: Member name without attribute.");
5740
- goto rollback;
5741
- }
5742
- else if (n == 0)
+ if (n == 0)
5743
{
5744
_cupsSetError(IPP_STATUS_ERROR_INTERNAL, _("IPP memberName value is empty."), 1);
5745
DEBUG_puts("1ipp_read_io: Empty member name value.");
0 commit comments