summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-03-27 07:51:31 +0000
committerAndrew Bartlett <abartlet@samba.org>2004-03-27 07:51:31 +0000
commit414d3fdc753b44262e9a281170d1058608d01bdf (patch)
treee4dc9ad56f3dfc98e9d873698dc28cb7f9fd7832 /source
parente27b5cbe75d89ec839dafd52dd33101885a4c263 (diff)
downloadsamba-414d3fdc753b44262e9a281170d1058608d01bdf.tar.gz
samba-414d3fdc753b44262e9a281170d1058608d01bdf.tar.xz
samba-414d3fdc753b44262e9a281170d1058608d01bdf.zip
Make it clearer that this error refers to the peer, as this code is in both
the client and server. Andrew Bartlett
Diffstat (limited to 'source')
-rw-r--r--source/libsmb/smb_signing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/libsmb/smb_signing.c b/source/libsmb/smb_signing.c
index c71543959dc..7a90e645b3a 100644
--- a/source/libsmb/smb_signing.c
+++ b/source/libsmb/smb_signing.c
@@ -216,8 +216,8 @@ static BOOL signing_good(char *inbuf, struct smb_sign_info *si, BOOL good, uint3
return True;
}
/* Non-mandatory signing - just turn off if this is the first bad packet.. */
- DEBUG(5, ("srv_check_incoming_message: signing negotiated but not required and client \
-isn't sending correct signatures. Turning off.\n"));
+ DEBUG(5, ("srv_check_incoming_message: signing negotiated but not required and peer\n"
+ "isn't sending correct signatures. Turning off.\n"));
si->negotiated_smb_signing = False;
si->allow_smb_signing = False;
si->doing_signing = False;