(main, USERNAME): Change Windows user name from win-empcl2.8 to nobody

to get rid of the version number.  Keeping it up-to-date by hand is
too much work, but leaving it at 2.8 would be confusing.
This commit is contained in:
Markus Armbruster 2004-02-12 16:50:48 +00:00
parent 15c1afe4ae
commit 9cfb72ab45
2 changed files with 2 additions and 2 deletions

View file

@ -188,7 +188,7 @@ s_char *av[];
#ifndef _WIN32
if (!login(sock, pwd->pw_name, cname, pname, send_kill)) {
#else
if (!login(sock, "win-empcl2.8", cname, pname, send_kill)) {
if (!login(sock, "nobody", cname, pname, send_kill)) {
#endif
close(sock);
exit(1);