1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Revise Windows build script, correct comment re NetWare in libmysql.c

Build-tools/Do-win-build:
  Copy logfile for pickup by Do-compile-win
libmysql/libmysql.c:
  Comment was previously inaccurate
This commit is contained in:
unknown
2004-01-21 16:06:26 -01:00
parent db77cba566
commit a5b9966c0d
2 changed files with 8 additions and 5 deletions

View File

@ -585,7 +585,7 @@ char* getlogin(void);
#if defined(__NETWARE__)
/* default to "root" on NetWare */
/* Default to value of USER on NetWare, if unset use "UNKNOWN_USER" */
static void read_user_name(char *name)
{
char *str=getenv("USER");