diff options
Diffstat (limited to 'debian/openssh-server.if-up')
-rw-r--r-- | debian/openssh-server.if-up | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/openssh-server.if-up b/debian/openssh-server.if-up index 848535275..ce5d4dd17 100644 --- a/debian/openssh-server.if-up +++ b/debian/openssh-server.if-up | |||
@@ -14,7 +14,7 @@ if [ "$MODE" != start ]; then | |||
14 | exit 0 | 14 | exit 0 |
15 | fi | 15 | fi |
16 | 16 | ||
17 | # OpenSSH only cares about inet and inet6. Get thee gone, strange people | 17 | # OpenSSH only cares about inet and inet6. Get ye gone, strange people |
18 | # still using ipx. | 18 | # still using ipx. |
19 | if [ "$ADDRFAM" != inet ] && [ "$ADDRFAM" != inet6 ]; then | 19 | if [ "$ADDRFAM" != inet ] && [ "$ADDRFAM" != inet6 ]; then |
20 | exit 0 | 20 | exit 0 |