From: Markus Armbruster Date: Thu, 12 Feb 2004 16:50:48 +0000 (+0000) Subject: (main, USERNAME): Change Windows user name from win-empcl2.8 to nobody X-Git-Tag: v4.2.13~4 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=9cfb72ab454efca334fc20a1bc8b13868d81b757 (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. --- diff --git a/build.conf b/build.conf index aa0a18e5d..fbb55119f 100644 --- a/build.conf +++ b/build.conf @@ -8,7 +8,7 @@ MYNAME = Wolfpack # Please enter your user name: -# (For NT and the basic emp_client build, use "USERNAME = win-empcl2.8") +# (For NT and the basic emp_client build, use "USERNAME = nobody") USERNAME = wolfpack # Please enter your e-mail address: diff --git a/src/client/main.c b/src/client/main.c index cf16a6acb..72a991772 100644 --- a/src/client/main.c +++ b/src/client/main.c @@ -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);