Ignore:
Timestamp:
Jun 25, 2011, 7:14:41 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.15 (security update)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/printing/printing.c

    r256 r578  
    14131413        }
    14141414
     1415        if (pause_pipe[1] < 0 || pause_pipe[1] >= FD_SETSIZE) {
     1416                DEBUG(5,("start_background_queue: pipe fd out of range.\n"));
     1417                exit(1);
     1418        }
     1419
    14151420        background_lpq_updater_pid = sys_fork();
    14161421
Note: See TracChangeset for help on using the changeset viewer.