From 09bfc3c7019aee692a3acecc4956344712de0b1c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 4 Jan 2002 07:04:07 +0000 Subject: 2002-01-03 Roland McGrath * storage-info.c (netfs_file_get_storage_info): Set *PORTS_TYPE. --- nfs/storage-info.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nfs/storage-info.c') diff --git a/nfs/storage-info.c b/nfs/storage-info.c index d4d71fac..eb6a7db7 100644 --- a/nfs/storage-info.c +++ b/nfs/storage-info.c @@ -1,5 +1,5 @@ /* file_get_storage_info RPC for NFS client filesystem - Copyright (C) 2001 Free Software Foundation, Inc. + Copyright (C) 2001,02 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -83,6 +83,7 @@ netfs_file_get_storage_info (struct iouser *cred, byte, and our URL as the name for the network store type. */ *num_ports = 0; + *ports_type = MACH_MSG_TYPE_COPY_SEND; assert (*num_offsets >= 2); /* mig always gives us some */ *num_offsets = 2; -- cgit v1.2.3