diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-03-27 10:32:59 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2004-03-27 10:32:59 +0000 |
commit | 7c2b0d536b5b76aeec60a5c1d4be8316d19099d9 (patch) | |
tree | f8a5d8aff4e4e65fb17a95deab6d6e31c4b5e0f1 /source3/libsmb | |
parent | b65d7d59c2e93e32225805389176751c9ffdafee (diff) | |
download | samba-7c2b0d536b5b76aeec60a5c1d4be8316d19099d9.tar.gz samba-7c2b0d536b5b76aeec60a5c1d4be8316d19099d9.tar.bz2 samba-7c2b0d536b5b76aeec60a5c1d4be8316d19099d9.zip |
Let the comment match the function...
Andrew Bartlett
(This used to be commit 43c71b3202e909cca7c41c54d0b340aea1323db6)
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/smb_signing.c | 3 |
1 files changed, 1 insertions, 2 deletions
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) |