Merge neptunus.(none):/home/msvensson/mysql/my50-m-bug21042

into  neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
This commit is contained in:
unknown 2006-07-27 12:31:50 +02:00
commit 249465e1fd

View file

@ -2858,7 +2858,7 @@ com_connect(String *buffer, char *line)
bzero(buff, sizeof(buff));
if (buffer)
{
strmov(buff, line);
strxnmov(buff, sizeof(buff), line, NullS);
tmp= get_arg(buff, 0);
if (tmp && *tmp)
{