Changeset 257


Ignore:
Timestamp:
Jun 9, 2009, 12:08:29 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

printing.c:start_background_queue loop fix in 3.2 branch

Location:
branches/samba-3.2.x/source
Files:
2 edited

Legend:

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

    r232 r257  
    14031403        DEBUG(3,("start_background_queue: Starting background LPQ thread\n"));
    14041404
     1405
    14051406        if (pipe(pause_pipe) == -1) {
     1407
     1408
     1409
     1410
    14061411                DEBUG(5,("start_background_queue: cannot create pipe. %s\n", strerror(errno) ));
    14071412                exit(1);
  • branches/samba-3.2.x/source/smbd/password.c

    r232 r257  
    346346
    347347        vuser->homes_snum = -1;
     348
     349
     350
     351
     352
     353
     354
     355
     356
     357
    348358        if ( (!vuser->guest) && vuser->unix_homedir && *(vuser->unix_homedir)) {
    349359                int servicenumber = lp_servicenumber(vuser->user.unix_name);
Note: See TracChangeset for help on using the changeset viewer.