diff options
| author | Tor Egge <tegge@FreeBSD.org> | 1997-06-25 21:02:12 +0000 |
|---|---|---|
| committer | Tor Egge <tegge@FreeBSD.org> | 1997-06-25 21:02:12 +0000 |
| commit | 8b2178f15c13ce16e1390c47f965f0e273315df9 (patch) | |
| tree | 377d5e68c333c21409e0eb0b717a562d0e8d0bfe | |
| parent | 8b16756603b473fade3b4622a95e9a3ffcd84efb (diff) | |
Notes
| -rw-r--r-- | usr.bin/ypmatch/ypmatch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c index 3fe57d656afa..ded9624e25bf 100644 --- a/usr.bin/ypmatch/ypmatch.c +++ b/usr.bin/ypmatch/ypmatch.c @@ -127,6 +127,7 @@ char **argv; default: fprintf(stderr, "Can't match key %s in map %s. Reason: %s\n", inkey, inmap, yperr_string(r)); + exit(1); break; } } |
