Commit ab939dce authored by jimw@mysql.com's avatar jimw@mysql.com

Merge mysql.com:/home/jimw/my/mysql-4.1-9833

into mysql.com:/home/jimw/my/mysql-4.1-clean
parents 886b8603 47ab7c87
...@@ -1165,6 +1165,7 @@ static struct passwd *check_user(const char *user) ...@@ -1165,6 +1165,7 @@ static struct passwd *check_user(const char *user)
err: err:
sql_print_error("Fatal error: Can't change to run as user '%s' ; Please check that the user exists!\n",user); sql_print_error("Fatal error: Can't change to run as user '%s' ; Please check that the user exists!\n",user);
unireg_abort(1);
#endif #endif
return NULL; return NULL;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment