From 943a956949c3df3c4a765bf8b651173590cb2af9 Mon Sep 17 00:00:00 2001
From: "Michael I. Bushnell" <mib@gnu.org>
Date: Thu, 9 May 1996 22:54:08 +0000
Subject: (netfs_S_file_get_storage_info): fixup

---
 libnetfs/file-get-storage-info.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'libnetfs')

diff --git a/libnetfs/file-get-storage-info.c b/libnetfs/file-get-storage-info.c
index 481fcadd..05232e85 100644
--- a/libnetfs/file-get-storage-info.c
+++ b/libnetfs/file-get-storage-info.c
@@ -48,7 +48,7 @@ netfs_S_file_get_storage_info (struct protid *user,
     }
 
   *num_ints = 1;
-  ints[0] = STORAGE_NETWORK;
+  (*ints)[0] = STORAGE_NETWORK;
 
   return 0;
 }
-- 
cgit v1.2.3