summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/lib/username.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/username.c b/source4/lib/username.c
index c00ac666d4..084d7e0bdb 100644
--- a/source4/lib/username.c
+++ b/source4/lib/username.c
@@ -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) {