From 56b13ee8edfa434cbca69af17aeea58cc5502b40 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 8 Mar 2010 20:34:39 +0100 Subject: Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond to a read or write." This reverts commit a6ae7a552f851a399991262377cc0e062e40ac20. This fixes bug #7222 (All users have full rigths on all shares) (CVE-2010-0728). (cherry picked from commit 1c9494c76cc9686c61e0966f38528d3318f3176f) --- source3/include/smb.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index 8d1e148259..8674629188 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1724,8 +1724,7 @@ minimum length == 24. enum smbd_capability { KERNEL_OPLOCK_CAPABILITY, DMAPI_ACCESS_CAPABILITY, - LEASE_CAPABILITY, - KILL_CAPABILITY + LEASE_CAPABILITY }; /* -- cgit