delphij 2004-11-17 09:52:11 UTC
FreeBSD src repository
Modified files:
usr.sbin/jail jail.c
Log:
The code path in main() dealing with lflag assumes that p was
initialized with NULL, while it is not. So let's initialize
it.
Revision Changes Path
1.19 +1 -1 src/usr.sbin/jail/jail.c