1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

don't use c++ comments

(This used to be commit 3d48fa8f37)
This commit is contained in:
Andrew Tridgell 2003-12-04 01:59:24 +00:00
parent cdd782782f
commit b8cbd9181e
2 changed files with 8 additions and 4 deletions

View File

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

View File

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