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 commit is contained in:
Jeremy Allison 0001-01-01 00:00:00 +00:00
parent 7e3d4c8b21
commit b11833f1bd

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");
}