From 41fccdb63e6f4b82c2b7cd27b3af7823bb2cdf0d Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 30 Sep 1996 19:48:48 +0000 Subject: (diskfs_S_file_get_storage_info): Set *PORTS_TYPE. --- ext2fs/storeinfo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext2fs/storeinfo.c') diff --git a/ext2fs/storeinfo.c b/ext2fs/storeinfo.c index a73d26f3..d63f9a92 100644 --- a/ext2fs/storeinfo.c +++ b/ext2fs/storeinfo.c @@ -105,6 +105,7 @@ diskfs_S_file_get_storage_info (struct protid *cred, if (! err) err = store_return (file_store, ports, num_ports, ints, num_ints, offsets, num_offsets, data, data_len); + *ports_type = MACH_MSG_TYPE_MAKE_SEND; store_free (file_store); } -- cgit v1.2.3