mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
don't use c++ comments
(This used to be commit 3d48fa8f37a510959c8958b5c025c7f19f632c54)
This commit is contained in:
parent
cdd782782f
commit
b8cbd9181e
@ -236,8 +236,10 @@ static void get_credentials_file(const char *file, struct user_auth_info *info)
|
||||
}
|
||||
else if (strwicmp("username", param) == 0)
|
||||
pstrcpy(info->username, val);
|
||||
//else if (strwicmp("domain", param) == 0)
|
||||
// set_global_myworkgroup(val);
|
||||
#if 0
|
||||
else if (strwicmp("domain", param) == 0)
|
||||
set_global_myworkgroup(val);
|
||||
#endif
|
||||
memset(buf, 0, sizeof(buf));
|
||||
}
|
||||
x_fclose(auth);
|
||||
|
@ -236,8 +236,10 @@ static void get_credentials_file(const char *file, struct user_auth_info *info)
|
||||
}
|
||||
else if (strwicmp("username", param) == 0)
|
||||
pstrcpy(info->username, val);
|
||||
//else if (strwicmp("domain", param) == 0)
|
||||
// set_global_myworkgroup(val);
|
||||
#if 0
|
||||
else if (strwicmp("domain", param) == 0)
|
||||
set_global_myworkgroup(val);
|
||||
#endif
|
||||
memset(buf, 0, sizeof(buf));
|
||||
}
|
||||
x_fclose(auth);
|
||||
|
Loading…
x
Reference in New Issue
Block a user