diff options
author | Karolin Seeger <kseeger@samba.org> | 2010-03-08 20:34:39 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2010-03-08 20:34:39 +0100 |
commit | 1c9494c76cc9686c61e0966f38528d3318f3176f (patch) | |
tree | ef94287f736857592e3b8e215f3b29bc790f465e /source3/include | |
parent | cd499eaf0418fa0a3034c5ba4709278a302ea980 (diff) | |
download | samba-3.5.1.tar.gz |
Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond to a read or write."samba-3.5.1
This reverts commit a6ae7a552f851a399991262377cc0e062e40ac20.
This fixes bug #7222 (All users have full rigths on all shares) (CVE-2010-0728).
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 041c96badad..bc7a90d5492 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1723,8 +1723,7 @@ minimum length == 24. enum smbd_capability { KERNEL_OPLOCK_CAPABILITY, DMAPI_ACCESS_CAPABILITY, - LEASE_CAPABILITY, - KILL_CAPABILITY + LEASE_CAPABILITY }; /* |