diff options
author | Jeremy Allison <jra@samba.org> | 1997-09-26 19:40:12 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1997-09-26 19:40:12 +0000 |
commit | a5af479e5d4e93aaf8b1effdbd9057d2a9b85aea (patch) | |
tree | 715519c28401ffe9fd474a8e7564acf633eeea10 /source3 | |
parent | dff16872ca39c007d32d114af82d3ccd97f9d47a (diff) | |
download | samba-a5af479e5d4e93aaf8b1effdbd9057d2a9b85aea.tar.gz samba-a5af479e5d4e93aaf8b1effdbd9057d2a9b85aea.tar.bz2 samba-a5af479e5d4e93aaf8b1effdbd9057d2a9b85aea.zip |
Fixed you're -> your text that some pedant complained about :-).
Jeremy (jallison@whistle.com).
(This used to be commit b11833f1bdecf1c3c3e5bc7494741605cba92a1e)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/reply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index 94839c227a..c1c42be801 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -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"); } |