summaryrefslogtreecommitdiffstats
path: root/ax25ipd
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2006-10-04 12:49:37 +0000
committerThomas Osterried <thomas@osterried.de>2006-10-04 12:49:37 +0000
commit7105ec156ca30dde28003f839fd25f717e9bf0c1 (patch)
treeebcab4ac50573709f0e77d4979e06cdd3b8f133b /ax25ipd
parent95ff6c1e4493b9dba4da4e9815a98ddf946f22a8 (diff)
Bugfix: --nofork worked well, but -f not. A break was missing..
Diffstat (limited to 'ax25ipd')
-rw-r--r--ax25ipd/ax25ipd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ax25ipd/ax25ipd.c b/ax25ipd/ax25ipd.c
index e81d877..d906724 100644
--- a/ax25ipd/ax25ipd.c
+++ b/ax25ipd/ax25ipd.c
@@ -83,6 +83,7 @@ int main(int argc, char **argv)
break;
case 'f':
opt_nofork = 1;
+ break;
case 'v':
opt_version = 1;
break;