1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-12 01:53:02 +03:00

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

This commit is contained in:
greg@mysql.com
2004-01-21 16:06:26 -01:00
parent 6ecd67981a
commit e845a6685c
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");