Changeset 115

Show
Ignore:
Timestamp:
01/26/08 09:14:47 (10 months ago)
Author:
psmedley
Message:

Fix typo in trans2.c in trunk

Location:
trunk/samba/source
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/nmbd/nmbd.c

    r95 r115  
    770770                is_daemon = True; 
    771771        } 
    772    
     772 
    773773#ifdef __OS2__ 
    774774        is_daemon = False; 
    775 #endif 
     775#endif  
    776776 
    777777        if (is_daemon && !opt_interactive) { 
     
    788788                setpgid( (pid_t)0, (pid_t)0 ); 
    789789#endif 
    790  
    791790        if (nmbd_messaging_context() == NULL) { 
    792791                return 1; 
     
    804803                mkdir(lp_lockdir(), 0755); 
    805804        } 
    806  
    807805        pidfile_create("nmbd"); 
    808806        messaging_register(nmbd_messaging_context(), NULL, 
     
    819817        messaging_register(nmbd_messaging_context(), NULL, 
    820818                           MSG_SEND_PACKET, msg_nmbd_send_packet); 
    821  
     819        DEBUG( 3, ( "PS6\n") ); 
    822820        TimeInit(); 
    823  
     821        DEBUG( 3, ( "PS7\n") ); 
    824822        DEBUG( 3, ( "Opening sockets %d\n", global_nmb_port ) ); 
    825823 
  • trunk/samba/source/smbd/trans2.c

    r100 r115  
    348348#ifdef __OS2__ 
    349349                /* All EA's must start with user - except on OS/2 */ 
    350                 fstrcpyat(unix_ea_name, ea_list->ea.name); 
     350                fstrcpy(unix_ea_name, ea_list->ea.name); 
    351351#else 
    352352                fstrcpy(unix_ea_name, "user."); /* All EA's must start with user. */