From 7c2b0d536b5b76aeec60a5c1d4be8316d19099d9 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 27 Mar 2004 10:32:59 +0000 Subject: Let the comment match the function... Andrew Bartlett (This used to be commit 43c71b3202e909cca7c41c54d0b340aea1323db6) --- source3/libsmb/smb_signing.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/libsmb/smb_signing.c b/source3/libsmb/smb_signing.c index 7a90e645b3..7130453c0c 100644 --- a/source3/libsmb/smb_signing.c +++ b/source3/libsmb/smb_signing.c @@ -915,8 +915,7 @@ BOOL srv_is_signing_negotiated(void) } /*********************************************************** - Returns whether signing is negotiated. We can't use it unless it was - in the negprot. + Returns whether signing is actually happening ************************************************************/ BOOL srv_signing_started(void) -- cgit