~ubuntu-branches/ubuntu/oneiric/cups/oneiric

« back to all changes in this revision

Viewing changes to backend/lpd.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-04-09 16:19:16 UTC
  • mto: (25.1.2 lucid) (55.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20100409161916-k0e6prz52ubf4vlg
Tags: upstream-1.4.3
ImportĀ upstreamĀ versionĀ 1.4.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * "$Id: lpd.c 8731 2009-06-26 18:26:36Z mike $"
 
2
 * "$Id: lpd.c 8938 2009-12-18 23:52:01Z mike $"
3
3
 *
4
4
 *   Line Printer Daemon backend for the Common UNIX Printing System (CUPS).
5
5
 *
447
447
 
448
448
    _cupsLangPuts(stderr, _("INFO: Copying print data...\n"));
449
449
 
450
 
    backendRunLoop(-1, fd, snmp_fd, &(addrlist->addr), 0, backendNetworkSideCB);
 
450
    backendRunLoop(-1, fd, snmp_fd, &(addrlist->addr), 0, 0, 
 
451
                   backendNetworkSideCB);
451
452
 
452
453
    if (snmp_fd >= 0)
453
454
      _cupsSNMPClose(snmp_fd);
797
798
 
798
799
      error = errno;
799
800
      close(fd);
800
 
      fd = -1;
801
801
 
802
802
      if (addr->next)
803
803
        continue;
1376
1376
 
1377
1377
 
1378
1378
/*
1379
 
 * End of "$Id: lpd.c 8731 2009-06-26 18:26:36Z mike $".
 
1379
 * End of "$Id: lpd.c 8938 2009-12-18 23:52:01Z mike $".
1380
1380
 */