Ignore:
Timestamp:
May 27, 2009, 9:09:42 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.8

File:
1 edited

Legend:

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

    r230 r232  
    698698
    699699                guest = True;
    700                 pass = getpwnam_alloc(NULL, guestname);
     700                pass = getpwnam_alloc(talloc_tos(), guestname);
    701701                if (!pass) {
    702702                        DEBUG(0,("make_connection_snum: Invalid guest "
Note: See TracChangeset for help on using the changeset viewer.