summaryrefslogtreecommitdiffstats
path: root/dhcpcd
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-06-01 10:31:22 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-06-01 10:36:17 +0200
commitd1bfa784b742aaa4ee110ff47103bb22d4416595 (patch)
treeb1962206a725995466c634b933a80adc322ec218 /dhcpcd
parentif_atsam: Recover from receive freezes (diff)
downloadrtems-libbsd-d1bfa784b742aaa4ee110ff47103bb22d4416595.tar.bz2
Use rtems_task_exit()
Diffstat (limited to 'dhcpcd')
-rw-r--r--dhcpcd/dhcpcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpcd/dhcpcd.c b/dhcpcd/dhcpcd.c
index b7839d49..93620727 100644
--- a/dhcpcd/dhcpcd.c
+++ b/dhcpcd/dhcpcd.c
@@ -1155,7 +1155,7 @@ dhcpcd_task(rtems_task_argument arg)
(*config->destroy)(config, exit_code);
}
- rtems_task_delete(RTEMS_SELF);
+ rtems_task_exit();
}
rtems_status_code