1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Correct typo.

PR:		29244
Submitted by:	Andrew <andrew@ugh.net.au>
This commit is contained in:
Dima Dorfman 2001-07-28 07:20:49 +00:00
parent 9bf05a50f2
commit e5e02cd0bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45560

View File

@ -71,7 +71,7 @@
if ((pw = getpwnam (user)) == NULL)
{
- WriteToClient ("500 Unknown user, %s.", user);
+ syslog (LOG_ERR, "Unkown user, %s", user);
+ syslog (LOG_ERR, "Unknown user, %s", user);
+ sleep (5);
+ WriteToClient ("500 Old password is incorrect.");
exit(1);