summaryrefslogtreecommitdiff
path: root/libnetfs
diff options
context:
space:
mode:
Diffstat (limited to 'libnetfs')
-rw-r--r--libnetfs/file-get-storage-info.c2
1 files changed, 1 insertions, 1 deletions
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;
}