git.samba.org
/
amitay
/
samba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond to...
[amitay/samba.git]
/
source3
/
include
/
smb.h
diff --git
a/source3/include/smb.h
b/source3/include/smb.h
index bc7a90d5492911bcf418e894dbd81a24b35c69de..041c96badad0c96a1ff70d8f795b7ed4072f1d52 100644
(file)
--- a/
source3/include/smb.h
+++ b/
source3/include/smb.h
@@
-1723,7
+1723,8
@@
minimum length == 24.
enum smbd_capability {
KERNEL_OPLOCK_CAPABILITY,
DMAPI_ACCESS_CAPABILITY,
- LEASE_CAPABILITY
+ LEASE_CAPABILITY,
+ KILL_CAPABILITY
};
/*