Changeset 54


Ignore:
Timestamp:
Aug 7, 2007, 12:49:52 AM (18 years ago)
Author:
Paul Smedley
Message:

Fixes SIGSEGV in smbd during smbclient lookup - Fixes Ticket #22

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/smbd/uid.c

    r39 r54  
    150150BOOL change_to_user(connection_struct *conn, uint16 vuid)
    151151{
     152#ifndef __OS2__
    152153        user_struct *vuser = get_valid_user_struct(vuid);
    153154        int snum;
     
    272273        DEBUG(5,("change_to_user uid=(%d,%d) gid=(%d,%d)\n",
    273274                 (int)getuid(),(int)geteuid(),(int)getgid(),(int)getegid()));
    274  
     275#endif 
    275276        return(True);
    276277}
Note: See TracChangeset for help on using the changeset viewer.