1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-03 09:00:21 +00:00

Treat no match as a failure. This is the normal behaviour on SunOS.

This commit is contained in:
Tor Egge 1997-06-25 21:02:12 +00:00
parent 8b16756603
commit 8b2178f15c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26951

View File

@ -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;
}
}