diff options
Diffstat (limited to 'sysdep/unix/sync-rt.c')
-rw-r--r-- | sysdep/unix/sync-rt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/unix/sync-rt.c b/sysdep/unix/sync-rt.c index 094da1c..99ef92a 100644 --- a/sysdep/unix/sync-rt.c +++ b/sysdep/unix/sync-rt.c @@ -43,6 +43,7 @@ krt_shutdown(struct proto *p) krt_scan_shutdown(k); krt_if_shutdown(k); + krt_set_shutdown(k); return PS_DOWN; } |