summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/nfsclient/nfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/nfsclient/nfs.c')
-rw-r--r--rtemsbsd/nfsclient/nfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtemsbsd/nfsclient/nfs.c b/rtemsbsd/nfsclient/nfs.c
index baada6ce..e9e83abb 100644
--- a/rtemsbsd/nfsclient/nfs.c
+++ b/rtemsbsd/nfsclient/nfs.c
@@ -3114,7 +3114,7 @@ rtems_filesystem_location_info_t old;
rtems_filesystem_current->location = old;
}
rtems_semaphore_release(rpa->sync);
- rtems_task_delete(RTEMS_SELF);
+ rtems_task_exit();
}