diff options
author | unknown <greg@mysql.com> | 2004-01-21 16:06:26 -0100 |
---|---|---|
committer | unknown <greg@mysql.com> | 2004-01-21 16:06:26 -0100 |
commit | a5b9966c0da16112a7d429872dd459471b64a355 (patch) | |
tree | 0ac4dee8f0af375ac305b9e8ac570d4598db6fcc /libmysql | |
parent | db77cba56687f545a200283d3eb1044157f95e50 (diff) | |
download | mariadb-git-a5b9966c0da16112a7d429872dd459471b64a355.tar.gz |
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
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/libmysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/libmysql.c b/libmysql/libmysql.c index 607d8af6e50..52d9139887e 100644 --- a/libmysql/libmysql.c +++ b/libmysql/libmysql.c @@ -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"); |