diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 2002-05-10 12:48:09 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 2002-05-10 12:48:09 +0000 |
| commit | ca06fe56472ed2a6ae2730bb04203bc0a00263f0 (patch) | |
| tree | d7ff7b78ca6a6c33223d5a3a244275dfae6f6997 /sys/net | |
| parent | c0a06166a058c9a843a85d5f679107c99b40c7a0 (diff) | |
Notes
Diffstat (limited to 'sys/net')
| -rw-r--r-- | sys/net/if_spppsubr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c index 648c862bd3ac..ec52eaaf8111 100644 --- a/sys/net/if_spppsubr.c +++ b/sys/net/if_spppsubr.c @@ -5145,8 +5145,8 @@ sppp_params(struct sppp *sp, u_long cmd, void *data) sp->confflags |= CONF_ENABLE_IPV6; else sp->confflags &= ~CONF_ENABLE_IPV6; - break; #endif + break; default: rv = EINVAL; |
