Changeset 587 for vendor/current/source3/utils/net_rpc_registry.c
- Timestamp:
- Jun 29, 2011, 7:36:41 AM (14 years ago)
- File:
-
- 1 edited
-
vendor/current/source3/utils/net_rpc_registry.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/utils/net_rpc_registry.c
r414 r587 1151 1151 1152 1152 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) )) ) { 1154 1155 d_fprintf(stderr, _("Failed to open %s for writing\n"),argv[1]); 1155 1156 goto out;
Note:
See TracChangeset
for help on using the changeset viewer.
