mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make a comment more accurate.
This comment refers to CAP_NT_SMBS, which does not exist; it should refer to SMB_CAP_NT_SMBS. Fixing this comment makes it easier for people interested in Capsicum to grep around for capability rights, whose identifiers are of the form 'CAP_[A-Z_]'. Approved by: mentor (rwatson), re (Capsicum blanket) Sponsored by: Google Inc
This commit is contained in:
parent
d91933f4c0
commit
cd6dac7dff
1 changed files with 1 additions and 1 deletions
|
|
@ -556,7 +556,7 @@ smbfs_smb_setftime(struct smbnode *np, struct timespec *mtime,
|
|||
|
||||
/*
|
||||
* Set DOS file attributes.
|
||||
* Looks like this call can be used only if CAP_NT_SMBS bit is on.
|
||||
* Looks like this call can be used only if SMB_CAP_NT_SMBS bit is on.
|
||||
*/
|
||||
int
|
||||
smbfs_smb_setfattrNT(struct smbnode *np, u_int16_t attr, struct timespec *mtime,
|
||||
|
|
|
|||
Loading…
Reference in a new issue