Changeset 257
- Timestamp:
- Jun 9, 2009, 12:08:29 PM (16 years ago)
- Location:
- branches/samba-3.2.x/source
- Files:
-
- 2 edited
-
printing/printing.c (modified) (1 diff)
-
smbd/password.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/printing/printing.c
r232 r257 1403 1403 DEBUG(3,("start_background_queue: Starting background LPQ thread\n")); 1404 1404 1405 1405 1406 if (pipe(pause_pipe) == -1) { 1407 1408 1409 1410 1406 1411 DEBUG(5,("start_background_queue: cannot create pipe. %s\n", strerror(errno) )); 1407 1412 exit(1); -
branches/samba-3.2.x/source/smbd/password.c
r232 r257 346 346 347 347 vuser->homes_snum = -1; 348 349 350 351 352 353 354 355 356 357 348 358 if ( (!vuser->guest) && vuser->unix_homedir && *(vuser->unix_homedir)) { 349 359 int servicenumber = lp_servicenumber(vuser->user.unix_name);
Note:
See TracChangeset
for help on using the changeset viewer.
