mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
don't use c++ style comments
This commit is contained in:
parent
d7b6aa1e2e
commit
b11a19cc76
@ -185,10 +185,10 @@ struct passwd *Get_Pwnam(const char *user)
|
||||
static BOOL user_in_netgroup_list(const char *user, const char *ngname)
|
||||
{
|
||||
#ifdef HAVE_NETGROUP
|
||||
//static char *mydomain = NULL;
|
||||
/* static char *mydomain = NULL; */
|
||||
/* REWRITE: make thread safe if caching */
|
||||
char *mydomain = NULL;
|
||||
//if (mydomain == NULL)
|
||||
/*if (mydomain == NULL) */
|
||||
yp_get_default_domain(&mydomain);
|
||||
|
||||
if(mydomain == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user