summaryrefslogtreecommitdiff
path: root/source4/lib/popt_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/popt_common.c')
-rw-r--r--source4/lib/popt_common.c6
1 files changed, 4 insertions, 2 deletions
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);