diff options
-rw-r--r-- | ext2fs/storeinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |