mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
Samba janitors: applying mbp's redundant umask fix.
Jeremy. (This used to be commit 45d4e58ca5da1c01f135470257bb17a5257e6fb2)
This commit is contained in:
parent
5bff9ad142
commit
5bc835c188
@ -73,8 +73,6 @@ extern BOOL tar_reset;
|
||||
/* clitar bits end */
|
||||
|
||||
|
||||
static mode_t myumask = 0755;
|
||||
|
||||
static BOOL prompt = True;
|
||||
|
||||
static int printmode = 1;
|
||||
@ -2756,8 +2754,6 @@ static void remember_query_host(const char *arg,
|
||||
pstrcpy(workgroup,lp_workgroup());
|
||||
|
||||
load_interfaces();
|
||||
myumask = umask(0);
|
||||
umask(myumask);
|
||||
|
||||
if (getenv("USER")) {
|
||||
pstrcpy(username,getenv("USER"));
|
||||
|
@ -225,7 +225,6 @@ enum client_action
|
||||
pstring term_code;
|
||||
BOOL got_pass = False;
|
||||
char *cmd_str="";
|
||||
mode_t myumask = 0755;
|
||||
enum client_action cli_action = CLIENT_NONE;
|
||||
int nprocs = 1;
|
||||
int numops = 100;
|
||||
@ -290,9 +289,6 @@ enum client_action
|
||||
|
||||
setup_logging(pname, True);
|
||||
|
||||
myumask = umask(0);
|
||||
umask(myumask);
|
||||
|
||||
if (!get_myname(global_myname))
|
||||
{
|
||||
fprintf(stderr, "Failed to get my hostname.\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user