Make it clearer that this error refers to the peer, as this code is in both
authorAndrew Bartlett <abartlet@samba.org>
Sat, 27 Mar 2004 07:51:31 +0000 (07:51 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 27 Mar 2004 07:51:31 +0000 (07:51 +0000)
the client and server.

Andrew Bartlett

source/libsmb/smb_signing.c

index c71543959dc296e2bc76c3f59baff2e36c0b28d6..7a90e645b3afb01ee54e0d4ec9108632e0347f6a 100644 (file)
@@ -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;