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:
@ -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");
|
||||
|
Reference in New Issue
Block a user