From b8cbd9181efabbc360ef335e214a696011839b41 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 4 Dec 2003 01:59:24 +0000 Subject: don't use c++ comments (This used to be commit 3d48fa8f37a510959c8958b5c025c7f19f632c54) --- source4/lib/cmdline/popt_common.c | 6 ++++-- source4/lib/popt_common.c | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'source4/lib') diff --git a/source4/lib/cmdline/popt_common.c b/source4/lib/cmdline/popt_common.c index 8a6cce7e5b..3c9a5eb231 100644 --- a/source4/lib/cmdline/popt_common.c +++ b/source4/lib/cmdline/popt_common.c @@ -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); diff --git a/source4/lib/popt_common.c b/source4/lib/popt_common.c index 8a6cce7e5b..3c9a5eb231 100644 --- a/source4/lib/popt_common.c +++ b/source4/lib/popt_common.c @@ -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); -- cgit