diff options
Diffstat (limited to 'source/include/smb.h')
-rw-r--r-- | source/include/smb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/include/smb.h b/source/include/smb.h index 327f2129067..3825c6397ef 100644 --- a/source/include/smb.h +++ b/source/include/smb.h @@ -1684,7 +1684,8 @@ minimum length == 18. enum smbd_capability { KERNEL_OPLOCK_CAPABILITY, DMAPI_ACCESS_CAPABILITY, - LEASE_CAPABILITY + LEASE_CAPABILITY, + KILL_CAPABILITY }; /* if a kernel does support oplocks then a structure of the following |