| commit | 715d78e006461fccb893d1a6aed8018456598aca | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Thu Nov 02 20:52:22 2006 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu Nov 02 20:52:22 2006 +0100 |
| tree | 0469a5ec6db1a38b166bb064f457c18bf9973a39 | |
| parent | 8700c4341b2e23362526b5d28222020c601dd66e [diff] [blame] |
server: Refuse to close handles in other processes if they have an associated fd.
diff --git a/server/mapping.c b/server/mapping.c index 212af1b..d526e75 100644 --- a/server/mapping.c +++ b/server/mapping.c
@@ -68,7 +68,7 @@ mapping_get_fd, /* get_fd */ mapping_map_access, /* map_access */ no_lookup_name, /* lookup_name */ - no_close_handle, /* close_handle */ + fd_close_handle, /* close_handle */ mapping_destroy /* destroy */ };