Skip to content

Commit 193cbd6

Browse files
committed
Remove/reword TODO comments.
1 parent 9879138 commit 193cbd6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tools/ippeveprinter.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ typedef struct ippeve_job_s ippeve_job_t;
151151

152152
typedef struct ippeve_printer_s // Printer data
153153
{
154-
// TODO: One IPv4 and one IPv6 listener are really not sufficient
154+
// Note: A "real" IPP implementation will support more than one IPv4 and one IPv6 listener
155155
int ipv4, // IPv4 listener
156156
ipv6; // IPv6 listener
157157
cups_dnssd_t *dnssd; // DNS-SD context
@@ -2135,8 +2135,6 @@ finish_document_data(
21352135

21362136

21372137
// Create a file for the request data...
2138-
//
2139-
// TODO: Update code to support piping large raster data to the print command.
21402138
if ((job->fd = create_job_file(job, filename, sizeof(filename), client->printer->directory, NULL)) < 0)
21412139
{
21422140
respond_ipp(client, IPP_STATUS_ERROR_INTERNAL, "Unable to create print file: %s", strerror(errno));

0 commit comments

Comments
 (0)