summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/clonenode.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/clonenode.c')
-rw-r--r--cpukit/libcsupport/src/clonenode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/clonenode.c b/cpukit/libcsupport/src/clonenode.c
index 380ad90699..0ac7c9ef40 100644
--- a/cpukit/libcsupport/src/clonenode.c
+++ b/cpukit/libcsupport/src/clonenode.c
@@ -26,7 +26,7 @@ void rtems_filesystem_location_clone(
int rv = 0;
clone = rtems_filesystem_location_copy( clone, master );
- rv = (*clone->ops->clonenod_h)( clone );
+ rv = (*clone->mt_entry->ops->clonenod_h)( clone );
if ( rv != 0 ) {
rtems_filesystem_location_remove_from_mt_entry( clone );
rtems_filesystem_location_initialize_to_null( clone );