Ignore:
Timestamp:
Jul 1, 2011, 8:40:10 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/utils/profiles.c

    r414 r590  
    276276        }
    277277
    278         if ( !(outfile = regfio_open( new_filename, (O_RDWR|O_CREAT|O_TRUNC), (S_IREAD|S_IWRITE) )) ) {
     278        if ( !(outfile = regfio_open( new_filename, (O_RDWR|O_CREAT|O_TRUNC),
     279                                      (S_IRUSR|S_IWUSR) )) ) {
    279280                fprintf( stderr, "Failed to open new file %s!\n", new_filename );
    280281                fprintf( stderr, "Error was (%s)\n", strerror(errno) );
Note: See TracChangeset for help on using the changeset viewer.