1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Fixed you're -> your text that some pedant complained about :-).

Jeremy (jallison@whistle.com).
(This used to be commit b11833f1bd)
This commit is contained in:
Jeremy Allison 1997-09-26 19:40:12 +00:00
parent dff16872ca
commit a5af479e5d

View File

@ -54,7 +54,7 @@ report a possible attack via the password buffer overflow bug
static void overflow_attack(int len)
{
DEBUG(0,("ERROR: Invalid password length %d\n", len));
DEBUG(0,("you're machine may be under attack by a user exploiting an old bug\n"));
DEBUG(0,("your machine may be under attack by a user exploiting an old bug\n"));
DEBUG(0,("Attack was from IP=%s\n", client_addr()));
exit_server("possible attack");
}