1
0
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:
Andrew Tridgell 0001-01-01 00:00:00 +00:00
parent d7b6aa1e2e
commit b11a19cc76

View File

@ -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) {