summaryrefslogtreecommitdiff
path: root/source4/lib/username.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-12-04 01:18:34 +0000
committerAndrew Tridgell <tridge@samba.org>2003-12-04 01:18:34 +0000
commit0e958fbe47582c0c460f4cccff6d101761ca3d26 (patch)
tree635b105e72b37d0a260d9a6600a5fd59d0b631b9 /source4/lib/username.c
parenteaa02c7e0d5f69bf97fe8926e2663b66971299c1 (diff)
downloadsamba-0e958fbe47582c0c460f4cccff6d101761ca3d26.tar.gz
samba-0e958fbe47582c0c460f4cccff6d101761ca3d26.tar.bz2
samba-0e958fbe47582c0c460f4cccff6d101761ca3d26.zip
don't use c++ style comments
(This used to be commit b11a19cc767e20189710d7d9428168ed74c59d1c)
Diffstat (limited to 'source4/lib/username.c')
-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) {