Ignore:
Timestamp:
Jun 29, 2011, 7:36:41 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update vendor to version 3.5.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/utils/net_rpc_registry.c

    r414 r587  
    11511151
    11521152        d_printf(_("Opening %s...."), argv[1]);
    1153         if ( !(outfile = regfio_open( argv[1], (O_RDWR|O_CREAT|O_TRUNC), (S_IREAD|S_IWRITE) )) ) {
     1153        if ( !(outfile = regfio_open( argv[1], (O_RDWR|O_CREAT|O_TRUNC),
     1154                                      (S_IRUSR|S_IWUSR) )) ) {
    11541155                d_fprintf(stderr, _("Failed to open %s for writing\n"),argv[1]);
    11551156                goto out;
Note: See TracChangeset for help on using the changeset viewer.