summaryrefslogtreecommitdiffstats
path: root/cpukit/ftpd
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-02 10:22:15 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-02 10:22:15 +0200
commitf004b2b8dc1fb78eb18b21ba6b50f6c712fd94f8 (patch)
tree19c85986b72c5a3b867e811975d7439ebb1d18d1 /cpukit/ftpd
parentrtems: Add rtems_task_exit() (diff)
downloadrtems-f004b2b8dc1fb78eb18b21ba6b50f6c712fd94f8.tar.bz2
Use rtems_task_exit()
Update #3530. Update #3533.
Diffstat (limited to 'cpukit/ftpd')
-rw-r--r--cpukit/ftpd/ftpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/ftpd/ftpd.c b/cpukit/ftpd/ftpd.c
index 3526024063..0d713c03e8 100644
--- a/cpukit/ftpd/ftpd.c
+++ b/cpukit/ftpd/ftpd.c
@@ -2056,7 +2056,7 @@ ftpd_daemon(rtems_task_argument args RTEMS_UNUSED)
}
}
}
- rtems_task_delete(RTEMS_SELF);
+ rtems_task_exit();
}