diff options
Diffstat (limited to 'sysdep/unix/krt-set.c')
-rw-r--r-- | sysdep/unix/krt-set.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdep/unix/krt-set.c b/sysdep/unix/krt-set.c index 435587be..e1f69db2 100644 --- a/sysdep/unix/krt-set.c +++ b/sysdep/unix/krt-set.c @@ -38,8 +38,7 @@ krt_capable(rte *e) #ifdef RTF_REJECT || a->dest == RTD_UNREACHABLE #endif - ) && - !a->tos; + ); } static void |