summaryrefslogtreecommitdiffstats
path: root/if-options.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-09-05 07:31:09 +0000
committerRoy Marples <roy@marples.name>2008-09-05 07:31:09 +0000
commite7eeaf88da7f1512b33847d180288f4158ef6bd4 (patch)
tree52215aeb2689bcd884e6477039e7b8dbc3f37eae /if-options.c
parentda16617840a22827d78c99bab837d9be0a420c7c (diff)
downloaddhcpcd-e7eeaf88da7f1512b33847d180288f4158ef6bd4.tar.xz
Make TEST work once more.
Diffstat (limited to 'if-options.c')
-rw-r--r--if-options.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/if-options.c b/if-options.c
index 7d037a4e..1b33a728 100644
--- a/if-options.c
+++ b/if-options.c
@@ -262,7 +262,8 @@ parse_option(struct if_options *ifo, int opt, const char *arg)
case 'k': /* FALLTHROUGH */
case 'n': /* FALLTHROUGH */
case 'x': /* FALLTHROUGH */
- case 'B': /* We need to handle non interface options */
+ case 'B': /* FALLTHROUGH */
+ case 'T': /* We need to handle non interface options */
break;
case 'c':
strlcpy(ifo->script, arg, sizeof(ifo->script));