From 7105ec156ca30dde28003f839fd25f717e9bf0c1 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Wed, 4 Oct 2006 12:49:37 +0000 Subject: Bugfix: --nofork worked well, but -f not. A break was missing.. --- ax25ipd/ax25ipd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ax25ipd') 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; -- cgit v1.2.3